kokoamartin / TelegramFiletoCloud

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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_TOKEN = '1051231515:AAGv9yJbkpqQBx5nPnSRTNjF66Y5C9u4u3E'  # from @botfather
    APP_ID = 1234567                                              # from https://my.telegram.org/apps
    API_HASH = 'a6ec7e2ead26d1bcac4a3997780a864c'                 # from https://my.telegram.org/apps

Run this bot

python3 -m bot

Heroku Deploy

Deploy

👏 Supporters

Stargazers repo roster for @Abhijith-cloud/TelegramFiletoCloud Forkers repo roster for @Abhijith-cloud/TelegramFiletoCloud

About

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.

License:The Unlicense


Languages

Language:Python 100.0%