Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 625 Bytes

preview_generator_telegram_bot

This telegram bot combines two or more pictures in one big picture Like this:

Requirements:

  1. Get your telegram chat id and add it to ".authorized" file
  2. Get your telegram bot token from https://t.me/BotFather and add it to ".env" file
  3. You need python3 on your computer
  4. You need git on your computer

Run this bot locally on your Windows:

Run theese commands by order in cmd:

  1. git clone https://github.com/lastmatchbureau/preview_generator_telegram_bot
  2. cd preview_generator_telegram_bot
  3. python -m venv env
  4. .\env\Scripts\activate
  5. python bot.py