https://github.com/simonneutert/first-aid-helper-telegram-bot
Simple first aid telegram bot, supposed to guide you through the steps helping those in need.
https://github.com/simonneutert/first-aid-helper-telegram-bot
bot erste-hilfe ersthelfer first-aid ruby telegram telegram-bot telegram-bot-api
Last synced: 2 months ago
JSON representation
Simple first aid telegram bot, supposed to guide you through the steps helping those in need.
- Host: GitHub
- URL: https://github.com/simonneutert/first-aid-helper-telegram-bot
- Owner: simonneutert
- License: mit
- Created: 2022-05-14T11:29:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T07:52:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T22:10:45.378Z (4 months ago)
- Topics: bot, erste-hilfe, ersthelfer, first-aid, ruby, telegram, telegram-bot, telegram-bot-api
- Language: Ruby
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# First Aid Interactive Tutorial Bot for telegram
this is a very simple first aid teaching bot. It is easily extendable for other languages.
The bot primarily aims to be a sort of refresh tutorial. But could be used as a guide in a situation of emergency, too.
It is interactive with buttons, following the medical predefined path of action.
**If you speak an unsupported language, please send in a translation. Either in yaml, or anything else, we will make it fit!**
## Environment / Setup
Please [setup a telegram bot](https://core.telegram.org/bots) for you to test. Then provide the given key via ENV (see below).
- Ruby v3.1
- `$ bundle install`
- setup Environment variables
- Create a `.env` in your clone project and check out `.env.sample` for what keys you need to set.
- Copy the bots API key to the `.env`
- developers using VSCode can run the tool via debug### Dependencies/Gems
- [dotenv](https://github.com/bkeepers/dotenv)
- [telegram-bot-ruby](https://github.com/atipugin/telegram-bot-ruby)## Roadmap
- [ ] provide a really nice Readme
- [ ] clean up code base
- [ ] get feedback from German Red Cross
- [ ] better breathing instructions
- [ ] more languages
- [x] German (de)
- [x] English (en)
- [ ] italiano (it)
- [ ] French (fr)
- [ ] Spanish (es)
- [ ] Portuguese (pt)
- [ ] many more...