All Projects → kjeymax → GDUPLOAD_BOT2

kjeymax / GDUPLOAD_BOT2

Licence: GPL-3.0 license
Gdriver Upload Bot(Team Drive supported)

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to GDUPLOAD BOT2

esp32cam-gdrive
Upload an image directly from ESP32-CAM to Google Drive
Stars: ✭ 54 (+0%)
Mutual labels:  gdrive
gdrive folder size
A simple script to calculate gDrive folder size, and total number of files and folders in it using python❤️
Stars: ✭ 46 (-14.81%)
Mutual labels:  gdrive
GdriveSearcherBot
Google Drive Searcher Bot Written In Python Using Pyrogram.
Stars: ✭ 57 (+5.56%)
Mutual labels:  gdrive
TorrentLeechBot
A powerful telegram mirror bot..
Stars: ✭ 94 (+74.07%)
Mutual labels:  gdrive
stremio-gdrive
Stremio addon for fetching videos from your google drive.
Stars: ✭ 73 (+35.19%)
Mutual labels:  gdrive
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+2920.37%)
Mutual labels:  gdrive
dbsync
Small library for sync android SqlLite database to cloud storage (for now only GDrive)
Stars: ✭ 30 (-44.44%)
Mutual labels:  gdrive
backuptogoogle
Backup to Google Drive use gdrive
Stars: ✭ 89 (+64.81%)
Mutual labels:  gdrive
PyroGramBot
pluggable Telegram Bot based on Pyrogram
Stars: ✭ 168 (+211.11%)
Mutual labels:  gdrive
libDrive
libDrive is a Google Drive media library manager and indexer, similar to Plex, that organizes Google Drive media to offer an intuitive and user-friendly experience.
Stars: ✭ 14 (-74.07%)
Mutual labels:  gdrive

Google Drive Uploader Telegram Bot

A 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.
  • Delete Google Drive Files.
  • Empty Google Drive trash.
  • YouTube-DL Support.
  • Docker Supported
  • FB-dl Supported
  • Anonfiles Supported
  • LK21 Supported
  • Solidfiles Supported
  • Mediafire Supported
  • Zippy Supported...

How To Deploy Video Tutorial:

Deploying

Deploy on Heroku

Deploy

Deploy on Railway

Deploy To Railway

Deploy on Qovery

Deploy to Qovery

Installation

  • Install required modules.
apt install -y git python3 ffmpeg
  • Clone this git repository.
git clone https://github.com/kjeymax/GDUPLOAD_BOT2
  • Change Directory
cd GDUPLOAD_BOT2
  • Install requirements with pip3
pip3 install -r requirements.txt

Configuration

There are two Ways for configuring this bot.

  1. Add values to Environment Variables. And add a ENV var to Anything to enable it.
  2. Add values in config.py. And make sure that no ENV environment variables existing.

Configuration Values

  • BOT_TOKEN - Get it by contacting to BotFather
  • APP_ID - Get it by creating app on my.telegram.org
  • API_HASH - Get it by creating app on my.telegram.org
  • SUDO_USERS - List of Telegram User ID of sudo users, seperated by space.
  • DATABASE_URL - Postgres database url.
  • DOWNLOAD_DIRECTORY - Custom path for downloads. Must end with a forward / slash. (Default to ./downloads/)

Deploy

python3 -m bot

COMMANDS FOR THE BOT TO BE USED-

- start - useless command
- help - How to use me
- auth - Authorizing GDrive Account
- setfolder - Set Custom Upload Folder
- copy - Copy GDrive Files
- revoke - Revoke GDrive Account
- del - Delete GDrive Files

Credits

Copyright & License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].