This is a Telegram bot built using the aiogram library in Python. It retrieves video URLs from Twitter status URLs and video titles.
Before running the bot, make sure you have the following installed:
- Python 3.9 or higher
- Clone the repository:
git clone https://github.com/olllayor/twitter_downloader.git
cd your-aiogram-bot
pip install -r requirements.txt
python bot.py
Make sure to set the following environment variable:
TELEGRAM_BOT_TOKEN: Your Telegram bot token.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or create a pull request.