Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fayasnoushad/gofile-bot

A telegram media to gofile bot
https://github.com/fayasnoushad/gofile-bot

bot gofile python telegram uploader

Last synced: 10 days ago
JSON representation

A telegram media to gofile bot

Awesome Lists containing this project

README

        

# GoFile Bot
A telegram media to GoFile uploader bot

---

## Deploy

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

- [GoFile API](https://gofile.io/api)
- [Contributors](https://github.com/FayasNoushad/GoFile-Bot/graphs/contributors)

---