Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dizballanze/m00dbot
Telegram bot for self-testing of anxiety and depression
https://github.com/dizballanze/m00dbot
Last synced: 14 days ago
JSON representation
Telegram bot for self-testing of anxiety and depression
- Host: GitHub
- URL: https://github.com/dizballanze/m00dbot
- Owner: dizballanze
- License: mit
- Created: 2018-04-28T11:41:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T10:11:06.000Z (over 3 years ago)
- Last Synced: 2024-10-13T09:17:46.134Z (28 days ago)
- Language: Python
- Homepage: https://t.me/m00dbot
- Size: 2.21 MB
- Stars: 226
- Watchers: 7
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Depression and anxiety self-testing telegram bot
[![Build Status](https://travis-ci.org/dizballanze/m00dbot.svg?branch=master)](https://travis-ci.org/dizballanze/m00dbot)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/dizballanze)Telegram [bot](https://t.me/m00dbot) for self-testing of depression and anxiety.
Supported tests:
- [Hamilton Anxiety Rating Scale](https://en.wikipedia.org/wiki/Hamilton_Anxiety_Rating_Scale)
- [Montgomery–Åsberg Depression Rating Scale](https://en.wikipedia.org/wiki/Montgomery%E2%80%93%C3%85sberg_Depression_Rating_Scale)## Usage
```
git clone [email protected]:dizballanze/m00dbot.git
cd m00dbot
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Create database
python create_db.py
# Start bot
TG_TOKEN="" DB_NAME="" python bot.py
```## Screenshots
![](screenshots/001.png)
![](screenshots/002.png)
![](screenshots/003.png)## License
MIT License