Added my simple bot OiWA

Pathfinder 2021-05-30 19:40:11 +00:00
parent b44d15f70d
commit b53606d0d3

@ -95,6 +95,7 @@ Bots using the raw API.
* [BismillahBot](https://github.com/rahiel/BismillahBot) — Shows the Noble Qur'an in English, Audio, and Arabic. * [BismillahBot](https://github.com/rahiel/BismillahBot) — Shows the Noble Qur'an in English, Audio, and Arabic.
* [DevOps Reaction Bot](https://github.com/leandrotoledo/gae-devops-reaction-telegram-bot) — Sends latest or random posts from [DevOps Reaction](http://devopsreactions.tumblr.com/). Running on `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for full Socket API support). * [DevOps Reaction Bot](https://github.com/leandrotoledo/gae-devops-reaction-telegram-bot) — Sends latest or random posts from [DevOps Reaction](http://devopsreactions.tumblr.com/). Running on `Google App Engine <https://cloud.google.com/appengine>`_ (billing has to be enabled for full Socket API support).
* [Event Info Bot](https://bitbucket.org/rgambra/event-info-bot/) — A bot for Telegram and Twitter that informs your subscribers about the date when an event is due. It can reply to subscriber queries not only by providing the event date but also by calculating the date and time difference between now and the event date (i.e. how many years, months, days, hours, minutes, or seconds are left). For Telegram, it uses Command Handlers, not inline text. For Twitter, it detects those keywords in any tweet addressed to your bot account. It's designed mostly to run in the Google App Engine platform, but the Telegram bot can also run on a generic server (either remote or in your local development environment) using webhooks. * [Event Info Bot](https://bitbucket.org/rgambra/event-info-bot/) — A bot for Telegram and Twitter that informs your subscribers about the date when an event is due. It can reply to subscriber queries not only by providing the event date but also by calculating the date and time difference between now and the event date (i.e. how many years, months, days, hours, minutes, or seconds are left). For Telegram, it uses Command Handlers, not inline text. For Twitter, it detects those keywords in any tweet addressed to your bot account. It's designed mostly to run in the Google App Engine platform, but the Telegram bot can also run on a generic server (either remote or in your local development environment) using webhooks.
* [OiWA](https://github.com/416d72/oiwa) Normally you'd have to save a person's phone number in your contact list to be able to chat with them over whatsapp, but sometimes you just want a one-time chat (think of a delivery person), You can send said phone number to this bot and receives a link that directly opens a new whatsapp chat with that person... This bot was made with [fastapi](https://github.com/tiangolo/fastapi).
* [python-telegram-bot-GAE](https://github.com/FollonSaxBass/python-telegram-bot-GAE) — Little project to upload and run Telegram Bot on Google App Engine using python-telegram-bot library and webhooks * [python-telegram-bot-GAE](https://github.com/FollonSaxBass/python-telegram-bot-GAE) — Little project to upload and run Telegram Bot on Google App Engine using python-telegram-bot library and webhooks
* [Simple-Echo-Telegram-Bot](https://github.com/sooyhwang/Simple-Echo-Telegram-Bot) — Simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional). * [Simple-Echo-Telegram-Bot](https://github.com/sooyhwang/Simple-Echo-Telegram-Bot) — Simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional).
* [TwitterForwarderBot](https://github.com/franciscod/telegram-twitter-forwarder-bot) — Forwards you tweets from people that you have subscribed to. * [TwitterForwarderBot](https://github.com/franciscod/telegram-twitter-forwarder-bot) — Forwards you tweets from people that you have subscribed to.