All Projects → zume2020 → Telegram-bot-Google-Drive

zume2020 / Telegram-bot-Google-Drive

Licence: MIT license
Simple Telegram bot Google Drive integration example

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Telegram-bot-Google-Drive

Example Bot
[WIP] An A-Z example of a PHP Telegram Bot.
Stars: ✭ 211 (+358.7%)
Mutual labels:  telegram-bot
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+434.78%)
Mutual labels:  telegram-bot
gas-telegram-bot
🤖 Apps Script Telegram Bot that replies with a random quote from quotesondesign.com
Stars: ✭ 31 (-32.61%)
Mutual labels:  telegram-bot
Tlg joincaptchabot
Telegram Bot to verify if users that join a group, are humans. The Bot send an image captcha for each new user, and kick any of them that can't solve the captcha in a specified time.
Stars: ✭ 226 (+391.3%)
Mutual labels:  telegram-bot
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+6126.09%)
Mutual labels:  telegram-bot
stremio-gdrive
Stremio addon for fetching videos from your google drive.
Stars: ✭ 73 (+58.7%)
Mutual labels:  google-drive-api
Telegram Bot Php
PHP Telegram Bot.
Stars: ✭ 210 (+356.52%)
Mutual labels:  telegram-bot
FarmWatchBot
FarmWatchBot for Ewbf, Claymore, Dstm, CCminer, Bminer, Ethminer, Cast XMR, Phoenix, T-Rex, Gminer, NB miner
Stars: ✭ 89 (+93.48%)
Mutual labels:  telegram-bot
Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (+436.96%)
Mutual labels:  telegram-bot
steely
a python 3.6 facebook/telegram bot
Stars: ✭ 21 (-54.35%)
Mutual labels:  telegram-bot
Gpt2bot
Your new Telegram buddy powered by transformers
Stars: ✭ 228 (+395.65%)
Mutual labels:  telegram-bot
Pagermaid Modify
PagerMaid Telegram utility daemon.
Stars: ✭ 241 (+423.91%)
Mutual labels:  telegram-bot
GoogleDriveBrowser
Goole Drive Download Library for iOS
Stars: ✭ 13 (-71.74%)
Mutual labels:  google-drive-api
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+384.78%)
Mutual labels:  telegram-bot
shieldy
@shieldy_bot Telegram bot repository
Stars: ✭ 644 (+1300%)
Mutual labels:  telegram-bot
Telepot
Python framework for Telegram Bot API
Stars: ✭ 2,386 (+5086.96%)
Mutual labels:  telegram-bot
Telegrammer
Telegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
Stars: ✭ 248 (+439.13%)
Mutual labels:  telegram-bot
Pyro-FileStreamBot
Stream Telegram files to web
Stars: ✭ 38 (-17.39%)
Mutual labels:  telegram-bot
git-profiler-bot
Telegram bot which fetches GitHub Profiles.
Stars: ✭ 23 (-50%)
Mutual labels:  telegram-bot
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (-36.96%)
Mutual labels:  google-drive-api

Telegram bot Google Drive API integration example

Open Source Love MIT Licence

This is a Telegram bot that uses Google Drive API V3 Python Client to upload files to Google Drive.

Setup

To begin, you'll need Telegram API Access Token, And you could get it from @BotFather.

You have to enable Google Drive API V3

Installation

Clone the repository:

git clone https://github.com/zume2020/Telegram-bot-Google-Drive.git
cd Telegram-bot-Google-Drive

Install dependencies

pip install -r requirements.txt

Run

python bot.py

License

The project is available as open source under the terms of the MIT 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].