All Projects → zeyu2001 → quarantine-bot

zeyu2001 / quarantine-bot

Licence: MIT License
WhatsApp bot powered by Twilio API to get through the quarantine. Latest COVID19 statistics, world news, inspirational quotes and cat photos.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to quarantine-bot

ruby-whatsapp-bots
A repo of WhatsApp bots built in Ruby
Stars: ✭ 18 (-25%)
Mutual labels:  twilio, twilio-api, whatsapp-bot
covid19 statistics
Aplicação para acompanhamento das estatísticas do COVID-19 no Brasil 🦠
Stars: ✭ 34 (+41.67%)
Mutual labels:  statistics, covid-19
Census Data Aggregator
Combine U.S. census data responsibly
Stars: ✭ 28 (+16.67%)
Mutual labels:  statistics, news
wireless-portable-fax
Build a cellular connected portable fax machine
Stars: ✭ 17 (-29.17%)
Mutual labels:  twilio, twilio-api
Twilio Python
A Python module for communicating with the Twilio API and generating TwiML.
Stars: ✭ 1,536 (+6300%)
Mutual labels:  twilio, twilio-api
twilio-taskrouter.js
JS SDK v2 for Twilio's TaskRouter skills based routing system.
Stars: ✭ 20 (-16.67%)
Mutual labels:  twilio, twilio-api
ncovis-2020
covid-19 舆论和新闻的可视化平台,获得了中国计算机学会、阿里云和机器之心等举办的疫情可视化比赛铜奖。🔥
Stars: ✭ 37 (+54.17%)
Mutual labels:  news, covid-19
twiliolo
Golang API wrapper for Twilio API [WIP]
Stars: ✭ 25 (+4.17%)
Mutual labels:  twilio, twilio-api
flutter news app
Simple and modern news app that incorporates REST API (newsapi.org), all built entirely with Flutter. 🚀
Stars: ✭ 69 (+187.5%)
Mutual labels:  news, covid-19
covid19.swift
🌐 Small iOS app to show some COVID-19 health, data, news and tweets
Stars: ✭ 25 (+4.17%)
Mutual labels:  news, covid-19
somleng
Open Source Implementation of Twilio's REST API
Stars: ✭ 33 (+37.5%)
Mutual labels:  twilio, twilio-api
CoronaTracker
A full stack framework to trace possible close-contact candidates within last specified days for an already detected covid-19 positive patient
Stars: ✭ 13 (-45.83%)
Mutual labels:  quarantine, covid-19
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (-37.5%)
Mutual labels:  statistics
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-45.83%)
Mutual labels:  covid-19
parcours-r
Valise pédagogique pour la formation à R
Stars: ✭ 25 (+4.17%)
Mutual labels:  statistics
Study-Room
Connect and study together with friends over text and voice channels, over a click of a button. Web application for chat and audio streaming.
Stars: ✭ 21 (-12.5%)
Mutual labels:  twilio-api
Whatsapp-Botto-Void
A fully Object Oriented WhatsApp bot built with TypeScript
Stars: ✭ 64 (+166.67%)
Mutual labels:  whatsapp-bot
tutorials
All of our code examples and tutorials
Stars: ✭ 62 (+158.33%)
Mutual labels:  news
ZhiXinApp
知心App 1.0 版本 / 动态权限申请 / 图灵机器人 / 人脸识别登录 / 欧酷天气 / 网易新闻 / Bmob后端云数据库实现登录注册以及上传文件 / 蒲公英应用发布平台 / 安卓(Android)毕业设计
Stars: ✭ 97 (+304.17%)
Mutual labels:  news
pyextremes
Extreme Value Analysis (EVA) in Python
Stars: ✭ 89 (+270.83%)
Mutual labels:  statistics

Quarantine Bot

WhatsApp bot powered by Twilio API to get through the quarantine. Latest COVID19 statistics, world news, inspirational quotes and cat photos.

Building Your Own Bot

Read my tutorial here!

How to Deploy

  1. Clone this repository and deploy it on any Django-friendly hosting service like PythonAnywhere. Use $ pip install -r requirements.txt to install the program dependencies.
  2. Create a free Twilio account and setup the WhatsApp sandbox here
  3. Under Sandbox Configuration, set the webhook for 'WHEN A MESSAGE COMES IN' to e.g. http://zeyu2001.pythonanywhere.com/bot/ depending on where you host the webhook. Remember the relative url bot/. Set the request method to HTTP POST.
  4. Click save, and send 'hello' to the Twilio bot!

What You Can Do

Simply type 'Hello' for a list of commands you can use.

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