All Projects → ocordova → gas-telegram-bot

ocordova / gas-telegram-bot

Licence: Unlicense license
🤖 Apps Script Telegram Bot that replies with a random quote from quotesondesign.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gas-telegram-bot

Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (+548.39%)
Mutual labels:  telegram-bot
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+619.35%)
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 (+696.77%)
Mutual labels:  telegram-bot
Telegram Bot Api
First Telegram Bot API node.js library
Stars: ✭ 205 (+561.29%)
Mutual labels:  telegram-bot
Telepot
Python framework for Telegram Bot API
Stars: ✭ 2,386 (+7596.77%)
Mutual labels:  telegram-bot
Gpt2bot
Your new Telegram buddy powered by transformers
Stars: ✭ 228 (+635.48%)
Mutual labels:  telegram-bot
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+538.71%)
Mutual labels:  telegram-bot
GASUnit
Testing library for Google Apps Script
Stars: ✭ 21 (-32.26%)
Mutual labels:  googleappsscript
Example Bot
[WIP] An A-Z example of a PHP Telegram Bot.
Stars: ✭ 211 (+580.65%)
Mutual labels:  telegram-bot
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+9138.71%)
Mutual labels:  telegram-bot
Telegraf Inline Menu
Inline Menus for Telegraf made simple
Stars: ✭ 204 (+558.06%)
Mutual labels:  telegram-bot
Telegram Bot Php
PHP Telegram Bot.
Stars: ✭ 210 (+577.42%)
Mutual labels:  telegram-bot
Core
PHP Telegram Bot based on the official Telegram Bot API
Stars: ✭ 2,899 (+9251.61%)
Mutual labels:  telegram-bot
Telegrambots
Java library to create bots using Telegram Bots API
Stars: ✭ 2,728 (+8700%)
Mutual labels:  telegram-bot
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+693.55%)
Mutual labels:  telegram-bot
Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (+551.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 (+629.03%)
Mutual labels:  telegram-bot
steely
a python 3.6 facebook/telegram bot
Stars: ✭ 21 (-32.26%)
Mutual labels:  telegram-bot
Telegrammer
Telegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
Stars: ✭ 248 (+700%)
Mutual labels:  telegram-bot
Pagermaid Modify
PagerMaid Telegram utility daemon.
Stars: ✭ 241 (+677.42%)
Mutual labels:  telegram-bot

Google Apps Script Telegram Bot

🤖 A simple Telegram Bot that replies with a random quote from quotesondesign.com

The step by step explanation is available in my blog.

Try it out

You can test it just by starting a conversation with DesignQuotesBot and sending the command /quote.

Set it up

  1. Visit script.google.com/start to open the script editor.
  2. Delete any code in the script editor and paste in the code in code.gs
  3. Replace the constants API_TOKEN and BOT_USERNAME.
  4. Select the menu item File > Save. Name your new script and click OK.
  5. Select the Run menu, select the function doPost.
  6. In the dialog Authorization required, click Review Permissions and click Allow.
  7. Select Publish > Deploy as web app.
  8. Under Project version, select New.
  9. Under Execute the app as, select your account.
  10. Under Who has access to the app, select "Anyone, even anonymous".
  11. Click Deploy.
  12. Copy the URL labeled Current web app URL and ends in /exec
  13. Set up the Webhook by visting the URL in your browser: https://api.telegram.org/bot<API_TOKEN>/setWebhook?url=<WEB_APP_URL>

License

This is free and unencumbered software released into the public domain. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.

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