Skip to content

hackelite01/filesuploaderbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is about this bot ?

This bot uploads telegram files to MixDrop.co, File.io.

Usage: Send any file, and the bot will upload it to MixDrop.co, File.io

Heroku Deploy

Deploy

Installation

Clone

git clone https://github.com/hackelite01/filesuploaderbot.git

cd filesuploaderbot

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
    DATABASE_URL = 'mongo.db/12345678qwert'                       # from any Database provider
    APP_ID = 1234567                                              # from https://my.telegram.org/apps
    API_HASH = 'a6ec7e2ead26d1bcac4a3997780a864c'                 # from https://my.telegram.org/apps
    API_KEY = 'aoHq14CTUQyIPwltD1P'                               # from https://mixdrop.co
    API_EMAIL = 'mixdrop.login.mail.id@yourmail.com'              # from https://mixdrop.co
    AUTH_USERS = [997887920, <YOUR TELEGRAM CHAT ID>]                                     # ADD YOUR USER ID

Run this bot

python3 -m bot

Join Us on Telegram