An open API service indexing awesome lists of open source software.

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

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)

---