TwitterMediaDownloaderBot

LICENSE

Simple Telegram bot for download tweets.

How to run

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

GitHub

GitHub - Matin-B/TwitterMediaDownloaderBot at pythonawesome.com
Twitter Media Downloader (Telegram Bot). Contribute to Matin-B/TwitterMediaDownloaderBot development by creating an account on GitHub.