This project is a Telegram bot that helps users find and download Korean drama episodes. It utilizes web scraping to search for dramas and episodes on dramacool.bg.
- Install the required packages using
pip install -r requirements.txt
. - Create a
.env
file with your Telegram Bot API token asBOT_TOKEN=your_bot_token
.
- Start the bot by running
python bot.py
. - Send the name of a K-drama movie to the bot.
- Choose a drama from the list provided.
- Select an episode to get the download link.
crawler.py
: Contains functions for searching dramas, getting drama episodes, and extracting download links.bot.py
: Implements the Telegram bot functionality using the aiogram library.
Feel free to explore and enhance the functionality of this bot!