Skip to content

Smarandii/video_to_picture_telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video_to_picture_telegram_bot

Telegram bot for content making automation:

  • converts text from @economika to picture with signature and post with hashtags

Usage:

  • send text for picture signature
  • forward post from @economika telegram channel
  • you also can add text signature in forward message comment

Run this bot localy on Windows:

  1. run cmd
  2. download repository git clone https://github.com/Smarandii/video_to_picture_telegram_bot

Pro-tip: To change drive in Windows use (D: - change drive to drive D | C: - change drive to drive C)

  1. change working directory to repository directory cd video_to_picture_telegram_bot
  2. run python -m venv env with cmd in repository directory
  3. run virtual environment "env" (.\env\Scripts\activate for Windows)
  4. run pip install -r requirements.txt
  5. get telegram bot token
  6. add token in bot.py in token variable
  7. run python bot.py
  8. go to your bot (BotFather gave you link to your bot at step 2) and send any title text
  9. then forward news post from @economika

image

  1. get results

image image

Releases

No releases published

Packages

No packages published

Languages