/vkgroup2tgchan

Reposting from VK group to TG channel

Primary LanguagePythonMIT LicenseMIT

VKgroup2TGchan

This bot can repost articles from VKontakte public group to Telegram channel.

Installation

sudo pip3 install -r requirements.txt

Usage

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.

License

MIT License