Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 399 Bytes

Book-Downloader-Bot

Local setup

  1. Install requirements
pip install -r requirements.txt
  1. Run the bot
python3 main.py

Make sure to use environment variables for the bot token and the bot owner's ID.

Template for the .env file:

TOKEN=your_token

Please read the main.py code at least the first 100 line of code. it will give you some instructions.