Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/Matin-B/TwitterMediaDownloaderBot
- Owner: Matin-B
- License: gpl-3.0
- Created: 2021-10-11T14:27:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T16:25:33.000Z (about 3 years ago)
- Last Synced: 2024-06-28T20:51:15.780Z (5 months ago)
- Topics: aiogram, telegram-bot, tweepy, twitter
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`