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: 6 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T15:25:01.000Z (about 2 years ago)
- Last Synced: 2025-03-31T12:07:58.506Z (7 months ago)
- Topics: bot, hacktoberfest, hacktoberfest-accepted, mega, megadlbot, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 118
- Watchers: 3
- Forks: 234
- 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 SafoneThis 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
```