Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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