Skip to content

A Telegram bot that upload files to GoFile.io and download entire folders from GoFile.io to Telegram.

Notifications You must be signed in to change notification settings

itzenzy2/GoFileMasterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cat << 'EOF' > README.md

GoFile Master Bot

A Telegram bot that runs on a personal account to both upload files to GoFile.io and download entire folders from it.

Features

  • Upload & Download: Send a direct link or a telegram file to upload it directly to Gofile.io and get the uploaded link.
  • Folder Downloader: Send a GoFile folder link to download all its contents.

Setup

  1. Install System Tools:

    sudo apt update && sudo apt install ffmpeg
  2. Install Python Libraries:

    pip install -r requirements.txt
  3. Get Your Keys:

Running the Bot

  1. Set Your Keys:

    export API_ID="1234567"
    export API_HASH="0123456789abcdef0123456789abcdef"
    export GOFILE_TOKEN="your_gofile_token_here"
  2. Run the Script:

    python3 master_bot.py

    The first time, you'll have to log in with your phone number and the code Telegram sends you.

About

A Telegram bot that upload files to GoFile.io and download entire folders from GoFile.io to Telegram.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages