Skip to content

abhint/TelegramFilestoCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is about this bot ?

This bot uploads telegram files to a third-party server.

Usage: Send any file or bot. Then select the third-party server you want to upload to.

Supported clouds

  • anonfiles.com
  • file.io
  • gofile.io
  • Transfer.sh
  • mixdrop.co

Installation

Clone

git clone https://github.com/AbhijithNT/TelegramFiletoCloud.git

cd TelegramFiletoCloud

Install Requirements

pip3 install -U -r requirements.txt

Edit Sample_config.py and replace it with your bot details like this

class Config:
    BOT_USE = False                        # True is private use
    BOT_TOKEN = ''                         # from @botfather
    APP_ID = 1234567                       # from https://my.telegram.org/apps
    API_HASH = ''                          # from https://my.telegram.org/apps
    AUTH_USERS = []                        # Private users id

Run this bot

python3 -m bot

Heroku Deploy

Deploy

👏 Supporters

Stargazers

Stargazers repo roster for @abhint/TelegramFilestoCloud

Forkers

Forkers repo roster for @abhint/TelegramFilestoCloud

About

This bot uploads telegram files to a third-party server. Usage: Send any file or bot. Then select the third-party Cloud you want to upload to.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published