KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gofile-bot
★ 59
Open GitHub ↗
A telegram media to gofile bot
Download README (.md)
Explore Similar Repositories
gofileseq
:
A library for parsing/building frame ranges and sequences. A port of the python fileseq library, for Go and C++(https://github.com/justinfx/fileseq)
gofile-launcher
:
为 Go File 制作的启动器. Launcher for Go File.
gofile-dl
:
Download all directories and files in Gofile (gofile.io) as a batch
Gofile2
:
An API Wrapper for Gofile API
pygofile
:
Asynchronous Python Wrapper for the GoFile API
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gofile-bot
?
Download (.md)
# 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 # <Create Variables appropriately> 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) ---