Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A simple telegram file or media to telegra.ph link uploader bot
- Host: GitHub
- URL: https://github.com/FayasNoushad/Telegraph-Uploader-Bot
- Owner: FayasNoushad
- License: mit
- Created: 2021-03-30T15:30:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T05:32:39.000Z (6 months ago)
- Last Synced: 2024-07-18T14:40:05.420Z (4 months ago)
- Topics: pyrogram, telegram-bot, telegraph-api
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 32
- Watchers: 1
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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---