Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 659 Bytes

TTS-BOT

Installation

Deploy to Heroku

Deploy

Deploy in your vps

git clone https://github.com/Jack-of-tg/TTS-BOT.git
cd TTS-BOT
pip3 install -r requirements.txt
# <Create config.py appropriately>
python3 bot.py

Configs

  • TG_BOT_TOKEN - Get bot token from @BotFather
  • APP_ID - From my.telegram.org (or @UseTGXBot)
  • API_HASH - From my.telegram.org (or @UseTGXBot)

Credits