You Can Make Web Source Download Telegram Bot ! Follow Me On Telegram @xoreez
Project Structure
├── main.py ├── config.py └── req.txt
How to Run
First, install the required dependencies:
pip install -r req.txt
Then, run the project:
python main.py
Configuration
All necessary settings for this project are located in the config.py file. You can edit it according to your needs.