https://github.com/akkilmg/mdisk-bot
https://github.com/akkilmg/mdisk-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akkilmg/mdisk-bot
- Owner: AkkilMG
- License: gpl-3.0
- Created: 2022-01-01T13:29:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T13:00:22.000Z (about 3 years ago)
- Last Synced: 2025-08-30T00:39:50.878Z (about 1 month ago)
- Language: Python
- Size: 35.2 KB
- Stars: 12
- Watchers: 1
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mdisk-Bot
## Introduction
**This Is Mdisk Bot Used To Upload mypowerdisk.com/mybox Link to stream link.**
## Deploy
### Heroku
### Railway
### CMD
```bash
pip install git
git clone https://github.com/HeimanPictures/Mdisk-Bot.git
cd Mdisk-Bot
pip install -r requirements.txt
cp config.py
--- EDIT config.py values appropriately ---
python bot.py
```## Config
BOT_TOKEN
Your Bots Token from Bot Father.
API_ID
Your Telegram API ID from Telegram API ID.
API_HASH
Your Bots Token from Telegram API Hash.
API_KEY
Your PDisk API Key from Mdisk API & Get Key using `/getapikey`
## Credits
- Thanks for [AkKil](https://github.com/HeimanPictures/) for this Project.
- Thanks for Wrap of [AkKiL](https://github.com/HeimanPictures/)'s [Mdisk](https://github.com/HeimanPictures/Mdisk).
- Thanks for [Dan](https://github.com/delivrance)'s [Pyrogram](https://github.com/pyrogram/pyrogram).