dqanshi / gdrive-uploader-telegram-bot

A Telegram bot to upload files on Google Drive by Direct Link or Telegram Files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Drive Uploader Telegram Bot

An asyncio Telegram bot to upload files from Telegram or Direct links to Google Drive.

Features

  • Telegram files support.
  • Direct Links support.
  • Custom Upload Folder.
  • TeamDrive Support.
  • Clone/Copy Google Drive Files.

ToDo

  • Handle more exceptions.
  • LOGGER support.
  • Service account support.

Deploying

Installation

  • Clone this git repository.
git clone https://github.com/viperadnan-git/gdrive-uploader-telegram-bot
  • Change Directory
cd gdrive-uploader-telegram-bot
  • Install requirements with pip3
pip3 install -r requirements.txt

Configuration

There are two Ways for configuring this bot.

Deploy

  • Deploy on VPS.
python3 bot.py

Deploy on Heroku

Deploy

  • Note: Bot is in beta stage. Maybe it throw some errors.

Credits

About

A Telegram bot to upload files on Google Drive by Direct Link or Telegram Files.

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Procfile 0.1%