A Superb DL Speed Boosted Reddit Downloader Bot powered by the @BDBOTS API. This bot allows you to effortlessly download high-quality media from Reddit.
- Fast Download Speeds: Utilize the BDBOTS API for super-fast downloads.
- Multiple Quality Options: Select the desired quality including 1080p, 720p, and more.
- User-Friendly Interface: Simple commands and inline buttons make usage seamless.
- Progress Updates: Real-time updates on download and upload progress.
- Cache Management: Efficient caching system to improve performance.
- Python 3.9 or above
- Telegram Bot API Token (Get one from BotFather)
- Telegram API ID API HASH From my.telegram.org
git clone https://github.com/abirxdhack/RedditDLBot.git
cd RedditDLBotUse pip to install the required Python libraries:
pip install -r requirements.txtCreate a config.py file and add the following variables:
API_ID = "your-api-id"
API_HASH = "your-api-hash"
BOT_TOKEN = "your-bot-token"
COMMAND_PREFIX = ["/", ".", "!", ","]Replace "your-api-id", "your-api-hash", and "your-bot-token" with your actual Telegram API credentials.
Run the bot using the following command:
python main.py/start: Displays the welcome message with helpful links./red [Reddit URL]: Downloads media from the given Reddit URL.
Example:
/red https://reddit.com/r/example_post- The bot listens for the
/redcommand along with a Reddit URL. - It fetches media metadata and available quality options via the BDBOTS API.
- The user selects the desired quality through inline buttons.
- The bot downloads the media, shows real-time progress, and uploads the media to Telegram.
RedditDLBot/
├── main.py # Main bot logic
├── app.py # Bot initialization
├── config.py # Configuration file (API keys)
├── requirements.txt # Python dependencies
└── utils.py # Logging and helper functions
Contributions are welcome! Feel free to fork the repository, make enhancements, and submit a pull request.
- API Powered By: BDBOTS
- Telegram: T.me/BDBOTS
- GitHub: GitHub.com/BDBOTS
- Invalid URL: Ensure the URL starts with
http. - API Dead: Check the status of the BDBOTS API or your API key.
This project is currently not licensed. Consider adding a license if you wish to open-source your work.
For any queries or issues, feel free to open an issue or contact the developer via the provided links in /start.
Happy downloading! 🚀