Skip to content

Django + Telegram bot clinical decision support system, based on bayesian networks

Notifications You must be signed in to change notification settings

sviperm/py-bolit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-bolit

Pre Requirements

  1. Install Ngrok and run it
  2. Create Telegram bot via @BotFather and get API-key (or use existing bot)

Intallation

  1. Copy .env.example to .env
  2. Change TG_API_URL with your bot API-key
  3. Change BOT_WEBHOOK with ngrok tunnel-url
  4. Change SECRET_KEY for Django.
  5. Install all dependencies:
    pip install -r requirements.txt

Run

python manage.py runserver

About

Django + Telegram bot clinical decision support system, based on bayesian networks

Resources

Stars

Watchers

Forks