Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukel/genginedbot
Telegram Bot for Google App Engine
https://github.com/mukel/genginedbot
Last synced: 1 day ago
JSON representation
Telegram Bot for Google App Engine
- Host: GitHub
- URL: https://github.com/mukel/genginedbot
- Owner: mukel
- License: apache-2.0
- Created: 2015-08-20T21:19:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-22T14:42:56.000Z (over 9 years ago)
- Last Synced: 2024-12-22T05:14:29.771Z (12 days ago)
- Language: Scala
- Size: 461 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GenginedBot
Telegram Bot for Google App EngineProvides a simple Telegram Bot to be hosted on Google's Cloud platform.
GAE free quotas should be more than enough for a bot.## About GAE incompatibilities
GenginedBot uses the [Scalaj-Http](https://github.com/scalaj/scalaj-http) library; due to an incompatibility with GAE, a patched version of the library is provided.
The incompatibility was already fixed and the PR merged but the fixed version hasn't been published yet.## Why GenginedBot?
By using the [TelegramBot4s](https://github.com/mukel/telegrambot4s) library it's possible to run bots almost anywhere, a local PC, a Raspberry Pi, an old Android smartphone.GenginedBot aims to provide a REALLY SIMPLE WAY (clone and go) to create a bot on the cloud.
Gengined bots are REALLY fast, providing instant responses, all thanks to GAE speedy servers and network. GAE provides generous (free) quotas and certificates (for Telegram Webhooks).## Instructions (Configuration/Deploy)
See the (father project)[https://github.com/int128/appengine-scala-starter].