All Projects → RodolfoFerro → Disatbot

RodolfoFerro / Disatbot

Licence: bsd-2-clause
DABOT: Disaster Attention Bot

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Disatbot

Node Telegram Bot Api
Telegram Bot API for NodeJS
Stars: ✭ 5,782 (+22138.46%)
Mutual labels:  bot, telegram
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+2696.15%)
Mutual labels:  bot, telegram
Aiva
AIVA (A.I. Virtual Assistant): General-purpose virtual assistant for developers.
Stars: ✭ 693 (+2565.38%)
Mutual labels:  bot, telegram
Alertmanager Bot
Bot for Prometheus' Alertmanager
Stars: ✭ 473 (+1719.23%)
Mutual labels:  bot, telegram
Vk To Telegram
Utility to forward posts from VK through callback API to telegram channel or chat
Stars: ✭ 24 (-7.69%)
Mutual labels:  bot, telegram
Telegraf
Modern Telegram Bot Framework for Node.js
Stars: ✭ 5,178 (+19815.38%)
Mutual labels:  bot, telegram
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (+2673.08%)
Mutual labels:  bot, telegram
Awesome Bots
Awesome Links about bots.
Stars: ✭ 412 (+1484.62%)
Mutual labels:  bot, telegram
Java Telegram Bot Api
Telegram Bot API for Java
Stars: ✭ 819 (+3050%)
Mutual labels:  bot, telegram
Inventory Hunter
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
Stars: ✭ 778 (+2892.31%)
Mutual labels:  bot, telegram
Werewolf
Werewolf for Telegram
Stars: ✭ 458 (+1661.54%)
Mutual labels:  bot, telegram
Telegram Standup Bot
Very simple telegram bot for submitting daily standups
Stars: ✭ 20 (-23.08%)
Mutual labels:  bot, telegram
Tgbot Cpp
C++ library for Telegram bot API
Stars: ✭ 439 (+1588.46%)
Mutual labels:  bot, telegram
Telegrambotphp
A very simple PHP Telegram Bot API for sending messages.
Stars: ✭ 524 (+1915.38%)
Mutual labels:  bot, telegram
Telegram Bot
Ruby gem for building Telegram Bot with optional Rails integration
Stars: ✭ 433 (+1565.38%)
Mutual labels:  bot, telegram
Zabbix In Telegram
Zabbix Notifications with graphs in Telegram
Stars: ✭ 710 (+2630.77%)
Mutual labels:  bot, telegram
Aiotg
Asynchronous Python library for building Telegram bots
Stars: ✭ 374 (+1338.46%)
Mutual labels:  bot, telegram
Groupbutler
This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
Stars: ✭ 399 (+1434.62%)
Mutual labels:  bot, telegram
Informer
A Telegram Mass Surveillance Bot in Python
Stars: ✭ 745 (+2765.38%)
Mutual labels:  bot, telegram
Mypackbot
🤖 Your own unlimited pack of Telegram-stickers
Stars: ✭ 18 (-30.77%)
Mutual labels:  bot, telegram

DisAtBot: Disaster Attention Bot

Since September 19th, 2017 (The Guardian, CNN), and the following dates in which Mexico has faced several earthquakes, I've been wondering how could reports of damaged zones, people buried under rests of buildings, injuried people in need of medicines and other situations could be handled.

What was created by that time, "Verificado 19s", was an immediate solution to follow up reports from social media and visualize the info on a map embeded in a website. The thing is that there were a lot of people that were all the time monitoring posts (of people, in real time) of all social media and the data was updated every ~10 minutes.

I've been thinking about trying to optimize this process for future situations, not only for earthquakes, but for other natural disasters. This is why I'm trying to create a solution for this, and wanted to work specifically in this bot, which will automate this task in a better way.

About DisAtBot 🤖

DisAtBot would automate the process of reporting incidents via messaging platforms, such as Telegram, Facebook Messenger, Twitter, etc. This first approach is considering only Telegram as the messaging platform for this initial phase of implementation.

You can find DisAtBot @

A general process of DisAtBot is described in the following flow (wireframing):

DisAtBot's main flow

The main idea would be that each report should have an opened ticket that will end in a database which will be accessed by the corresponding government instance/public organization/NGO/etc. to validate the data and send the corresponding assistance.


Requirements ⚙️

Besides Python 3.6 we will be using the following packages:

You can simply install each package using pip as follows:

pip install <package>

Or you can install all the packages needed with the requirements.txt file by running:

pip install -r requirements.txt

Structure 🗂

The structure of this repo is as follows:

  • The img folder contains all images of this repo.
  • The scripts folder contains all the scripts developed so far.
  • The data folder contains the geolocation database.
  • The requirements.txt file contains a listing of the required packages with their respective versions for an easy pip installation. Recommended.

Implementations so far 💻

  • DisAtBot.py, the script that contains the bot for Telegram.
  • lang_dict.py, the script with all the conversational dictionaries for two languages: English (EN) and Spanish (ES).
  • geo_app.py, the script that contains geolocation app to access and append data from location via the bot.

Future work 📈

  • Create map visualization for messaging platforms.
  • Add a SQL type DB.
  • ...

Contributing 👩🏽‍💻👨🏻‍💻

Please check our CONTRIBUTING file.

Contributors list:


License 📄

Please read the LICENSE provided in this repo.

About the robot icon used...

Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY.
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].