TwitterMediaDownloaderBot
Simple Telegram bot for download tweets.
How to run
- Install Python(v3.9), Pip, Virtualenv in your system.
- Clone the project with command below:
https://github.com/Matin-B/TwitterMediaDownloaderBot && cd TwitterMediaDownloaderBot
- Rename the
config.py.sample
toconfig.py
and replace with bot token and API keys. - Create and active a Virtualenv with command below:
python -m venv .venv && source .venv/bin/activate
- Install packages using
pip install -r app/requirements.txt
- Run project by
python app/main.py