All Projects → TheHamkerCat → GdriveSearcherBot

TheHamkerCat / GdriveSearcherBot

Licence: MIT license
Google Drive Searcher Bot Written In Python Using Pyrogram.

Programming Languages

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

Projects that are alternatives of or similar to GdriveSearcherBot

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 (-75.44%)
Mutual labels:  google-drive, drive, gdrive
stremio-gdrive
Stremio addon for fetching videos from your google drive.
Stars: ✭ 73 (+28.07%)
Mutual labels:  google-drive, drive, gdrive
gdrive-index
An index server for Google Drive
Stars: ✭ 107 (+87.72%)
Mutual labels:  google-drive, drive
go-drive
A simple cloud drive mapping web app supports local, FTP/SFTP, S3, OneDrive, WebDAV, Google Drive.
Stars: ✭ 184 (+222.81%)
Mutual labels:  google-drive, drive
TorrentLeechBot
A powerful telegram mirror bot..
Stars: ✭ 94 (+64.91%)
Mutual labels:  drive, gdrive
PyroGramBot
pluggable Telegram Bot based on Pyrogram
Stars: ✭ 168 (+194.74%)
Mutual labels:  gdrive, pyrogram
mirror-leech-telegram-bot
Aria/qBittorrent Telegram mirror/leech bot
Stars: ✭ 1,289 (+2161.4%)
Mutual labels:  google-drive, pyrogram
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 (+2761.4%)
Mutual labels:  google-drive, gdrive
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (+1780.7%)
Mutual labels:  google-drive, pyrogram
backuptogoogle
Backup to Google Drive use gdrive
Stars: ✭ 89 (+56.14%)
Mutual labels:  google-drive, gdrive
Gcsf
a FUSE file system based on Google Drive
Stars: ✭ 2,251 (+3849.12%)
Mutual labels:  google-drive, drive
Torrent-To-Google-Drive-Downloader
Simple notebook to stream torrent files to Google Drive using Google Colab and python3.
Stars: ✭ 256 (+349.12%)
Mutual labels:  google-drive, drive
backmeup
BackMeUp: An automated MySQL / MariaDB databases and files backup solution on *nix Machines using Amazon S3, WebDAV (ownCloud / NextCloud etc.), Google Drive and Dropbox.
Stars: ✭ 80 (+40.35%)
Mutual labels:  google-drive
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+615.79%)
Mutual labels:  pyrogram
Message-Manager-Bot
A Telegram Message Manager Bot by @AbirHasan2005
Stars: ✭ 32 (-43.86%)
Mutual labels:  pyrogram
StringSessionBot
Pyrogram and Telethon String Session Generator
Stars: ✭ 63 (+10.53%)
Mutual labels:  pyrogram
WinDirStat.Net
A WPF implementation of WinDirStat.
Stars: ✭ 55 (-3.51%)
Mutual labels:  drive
SpamBot
First Spam Bot repo ever made for telegram bots. Powerful spambot for telegram made with python and telethon.
Stars: ✭ 67 (+17.54%)
Mutual labels:  pyrogram
cottoncandy
sugar for s3
Stars: ✭ 33 (-42.11%)
Mutual labels:  google-drive
EsseX
A telegram bot to fetch anime, character and manga info.
Stars: ✭ 40 (-29.82%)
Mutual labels:  pyrogram

GdriveSearcherBot

Google Drive Searcher Bot Written In Python Using Pyrogram.

Python

Installation

Getting Google OAuth API credential file
  • Visit the Google Cloud Console
  • Go to the OAuth Consent tab, fill it, and save.
  • Go to the Credentials tab and click Create Credentials -> OAuth Client ID
  • Choose Desktop and Create.
  • Use the download button to download your credentials.
  • Move that file to the root of this bot, and rename it to credentials.json
  • Visit Google API page
  • Search for Drive and enable it if it is disabled
  • Run these commands
$ pip3 install -U pip
$ pip3 install -U -r requirements.txt
$ python3 generate_drive_token.py
$ cp sample_config.py config.py
  • Edit config.py with your own values
  • Run $ python3 main.py to start the bot.

Docker Installation

$ git clone https://github.com/thehamkercat/GdriveSearcherBot
$ cd GdriveSearcherBot
$ sudo docker build . -t GdriveSearcherBot
$ sudo docker run GdriveSearcherBot

Credits

@SVR666 For Drive module.

Notes

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].