dborodin836 / TelegramDepressionBot

Telegram bot used to test whether user have depression or no.

Home Page:https://t.me/TestDepression_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Depression Telegram Bot

This telegram bot allows you to find out if you have depression.
The CES-D (Center for Epidemiologic Studies Depression Scale) scale-questionnaire is intended for screening for the detection of depressive disorder in patients. The questionnaire was developed in the USA in 1977 and is by far the most commonly used in the world.

Getting Started

The first thing to do is to clone the repository:

$ git clone https://github.com/dborodin836/TelegramDepressionBot.git
$ cd TelegramDepressionBot

Setup

If you don't have Python install it.

Create a virtual environment to install dependencies in and activate it:

$ py -m venv env
$ cd env/Scripts
$ activate
$ cd ../../

Then install the dependencies:

(env)$ pip install -r requirements.txt

Obtain API Token for your bot. Guide

And set in bot.py file.

--- bot.py ---

     ...
15 |
16 | bot = telebot.TeleBot(${ YOUR API TOKEN })
17 | 
     ...

And finally run the bot:

(env)$ py bot.by

Screenshots

NOTE: Bot currently available only in russian.

image.png

image.png

image.png

About

Telegram bot used to test whether user have depression or no.

https://t.me/TestDepression_bot


Languages

Language:Python 99.8%Language:Procfile 0.2%