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: 11 months ago
JSON representation
A telegram media to gofile bot
- Host: GitHub
- URL: https://github.com/FayasNoushad/GoFile-Bot
- Owner: fayasnoushad
- License: mit
- Created: 2021-09-19T10:46:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T13:08:59.000Z (over 1 year ago)
- Last Synced: 2025-07-22T06:56:39.679Z (11 months ago)
- Topics: bot, gofile, python, telegram, uploader
- Language: Python
- Homepage:
- Size: 2.55 MB
- Stars: 52
- Watchers: 2
- Forks: 73
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
---