This bot can repost articles from VKontakte public group to Telegram channel.
sudo pip3 install -r requirements.txt
Edit constants in app.py:
TOKEN = '' # TG bot token
VK_TOKEN = '' # VK access token
PUBLIC_ID = 0 # vk.com/wall<PUBLIC_ID>_...
INTERVAL = 60 # Seconds
IGNORE_TAGS = [] # ['#IGNORE', '#HASHTAGS']
And run bot:
python app.py
Then you need to start dialog with your bot and follow instructions.