Skip to content

Matin-B/TwitterMediaDownloaderBot

Repository files navigation

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