This readme belongs to Hackathon CodeTheChange 2021, we have implemented a telegram bot that gives you Mental Health Recommendations. This project is under construction at the moment.
In order for our bot to work! You will have to work with our database directory in order to run this directory with our Django database menu/navigation program P2P Zen.
The program will be ran through __main__.py
. Make sure to do the following commands before running our files:
Cancel changes
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py // Pip installation
python get-pip.py
pip help // To check installation
Few dependecies will needed as well therefore run the following command:
pip install python-decouple
In case pip still does not work giving error of :
'pip' is not recognized as an internal or external command, operable program or batch file
.
This is because pip is installed to C:\Python34\Scripts\pip
Use the command setx
to add the path of pip to Scripts file:setx PATH "%PATH%;C:\Python34\Scripts"
In order to use this bot information inside prodil.ini.sample
has to be filled out and name of this file needs to be changed to prodil.ini
.
After neccessary files are filled out, and django database is run P2P Zen Database, this bot can be executed with python -m prodil
in terminal.