https://github.com/AsmSafone/MegaDL-Bot
A Simple Telegram Bot By @AsmSafone to Download Files From Mega.nz and Upload It to Telegram
https://github.com/AsmSafone/MegaDL-Bot
bot hacktoberfest hacktoberfest-accepted mega megadlbot python telegram telegram-bot
Last synced: 3 months ago
JSON representation
A Simple Telegram Bot By @AsmSafone to Download Files From Mega.nz and Upload It to Telegram
- Host: GitHub
- URL: https://github.com/AsmSafone/MegaDL-Bot
- Owner: AsmSafone
- License: gpl-3.0
- Created: 2021-07-26T11:55:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T15:25:01.000Z (about 2 years ago)
- Last Synced: 2025-05-19T23:04:52.276Z (5 months ago)
- Topics: bot, hacktoberfest, hacktoberfest-accepted, mega, megadlbot, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 117
- Watchers: 3
- Forks: 235
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MegaDL-Bot










[](https://t.me/AsmSafone)
[](https://t.me/AsmSupport)
A Simple Telegram Bot By @AsmSafone to Download Files From Mega.nz and Upload It to Telegram
# Features
- No Login Required
- All Mega.nz File Links Supported
- Track User Activity On Bot Logs Channel
- Can Force Users To Subscribe To Updates Channel
- Auto Detect File Type Before Upload to Telegram
- Can Add Caption To Any Telegram Media Files
- And More Features Coming Soon ...
# Deploy
Deploy Your Own Bot ♥️ **Star 🌟 Fork 🍴 & Deploy**
### Heroku
[](https://heroku.com/deploy)
Note: `First Fork Then Click On Deploy Button!`
### Self Host
- Clone the Repo
```
git clone https://github.com/AsmSafone/MegaDL-Bot
```
- Enter the directory
```
cd MegaDL-Bot
```
- Install Requirements
```
pip3 install -r requirements.txt
```
- Run the Bot
```
python3 main.py
```
# License
```
MegaDL-Bot, An Telegram Bot Project
Copyright (c) 2021 Asm Safone
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see
```