Skip to content

sssemion/school-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

school-assistant

A chat-bot that won't let you forget about homework

Software requirements specification

Project structure

.
├── bot_app
│   ├── __init__.py
│   ├── bot_config.py*
│   ├── controllers.py
│   ├── data
│   │   ├── __all_models.py
│   │   ├── api_session.py
│   │   ├── db_session.py
│   │   ├── mark.py
│   │   ├── student.py
│   │   └── subject.py
│   ├── db*
│   │   └── school_assistant.sqlite
│   ├── form_models
│   │   ├── ReigsterForm.py
│   ├── services
│   │   ├── CRYPTO_KEYS.py*
│   │   ├── school_services.py
│   │   └── vk_services.py
│   ├── static
│   └── templates
│   ├── base.html
│   ├── register.html
│   └── success.html
├── config.py*
├── logs*
├── README.md < You are here
├── requirements.txt
└── runner.py*
* Files bot-app/bot_config.py, config.py, runner.py and directories db/, logs/ are ignored by git because they may contain confidential information, such as api-keys and user data

About

A chat-bot that won't let you forget about homework

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors