Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 675 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 675 Bytes

autoposting_vk_tg

Simple application for autoposting from VK group to Telegram channel. Works with closed groups/channels. Using long polling. Configuration files for all needed tokens, variables, logging. Logging into file and log rotation. (log example added)

Preparation:

  • Open config.ini and check what information you need to get.
  • Create telegram bot and add it at your channel with admin rights.
  • Obtain VK token, it must be user access token, with "wall, groups" privileges.
  • Fill in config.ini correctly.

Start:

  • pip install -r requirements.txt
  • python main.py
  • enjoy

In case of errors - please, report bugs at 'Issues'. Thank you.