Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Matin-B/TwitterMediaDownloaderBot

Twitter Media Downloader (Telegram Bot)
https://github.com/Matin-B/TwitterMediaDownloaderBot

aiogram telegram-bot tweepy twitter

Last synced: 3 months ago
JSON representation

Twitter Media Downloader (Telegram Bot)

Awesome Lists containing this project

README

        

# TwitterMediaDownloaderBot
[![LICENSE](https://img.shields.io/badge/LICENSE-GPL--3.0-green)](https://github.com/Matin-B/TwitterMediaDownloaderBot/blob/main/LICENSE)
[![](https://img.shields.io/badge/Bot-Telegram-blue)](https://t.me/TwitterMediaDownloaderBot)

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`