Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T15:25:01.000Z (over 1 year ago)
- Last Synced: 2024-11-25T00:05:56.319Z (about 2 months ago)
- Topics: bot, hacktoberfest, hacktoberfest-accepted, mega, megadlbot, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 113
- Watchers: 3
- Forks: 240
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MegaDL-Bot
![GitHub Repo stars](https://img.shields.io/github/stars/AsmSafone/MegaDL-Bot?color=blue&style=flat)
![GitHub forks](https://img.shields.io/github/forks/AsmSafone/MegaDL-Bot?color=green&style=flat)
![GitHub issues](https://img.shields.io/github/issues/AsmSafone/MegaDL-Bot)
![GitHub closed issues](https://img.shields.io/github/issues-closed/AsmSafone/MegaDL-Bot)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AsmSafone/MegaDL-Bot)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/AsmSafone/MegaDL-Bot)
![GitHub contributors](https://img.shields.io/github/contributors/AsmSafone/MegaDL-Bot?style=flat)
![GitHub repo size](https://img.shields.io/github/repo-size/AsmSafone/MegaDL-Bot?color=red)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/AsmSafone/MegaDL-Bot)
![GitHub](https://img.shields.io/github/license/AsmSafone/MegaDL-Bot)
[![Bot Updates](https://img.shields.io/badge/MegaDL-Bot%20Updates-blue)](https://t.me/AsmSafone)
[![Bot Support](https://img.shields.io/badge/MegaDL-Bot%20Support%20Group-blue)](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
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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
```