Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/FayasNoushad/Telegraph-Uploader-Bot

A simple telegram file or media to telegra.ph link uploader bot
https://github.com/FayasNoushad/Telegraph-Uploader-Bot

pyrogram telegram-bot telegraph-api

Last synced: about 1 month ago
JSON representation

A simple telegram file or media to telegra.ph link uploader bot

Awesome Lists containing this project

README

        

# Telegraph Uploader Bot
A telegram media to telegraph uploader bot

---

## Deploy

```sh
git clone https://github.com/FayasNoushad/Telegraph-Uploader-Bot.git
cd Telegraph-Uploader-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

---