https://github.com/fayasnoushad/pixeldrain-bot
A telegram media to pixeldrain stream link bot
https://github.com/fayasnoushad/pixeldrain-bot
free pixeldrain pyrogram stream telegram-bot
Last synced: 2 months ago
JSON representation
A telegram media to pixeldrain stream link bot
- Host: GitHub
- URL: https://github.com/fayasnoushad/pixeldrain-bot
- Owner: FayasNoushad
- License: mit
- Created: 2021-10-15T12:32:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T15:46:58.000Z (about 1 year ago)
- Last Synced: 2025-02-28T23:10:15.066Z (3 months ago)
- Topics: free, pixeldrain, pyrogram, stream, telegram-bot
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 19
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixeldrain Bot
A telegram media to pixeldrain upload bot---
## Deploy
```sh
git clone https://github.com/FayasNoushad/Pixeldrain-Bot.git
cd Pixeldrain-Bot
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
#
python3 main.py
```---
## Variables
- `API_HASH` Your API Hash from my.telegram.org
- `API_ID` Your API ID from my.telegram.org
- `BOT_TOKEN` Your bot token from @BotFather---
## Credits
- [Pixeldrain API](https://pixeldrain.com/api)
- [Pyrogram](https://pyrogram.org)
- [Contributors](https://github.com/FayasNoushad/Pixeldrain-Bot/graphs/contributors)---