Current iteration: 3rd iteration
Waldur-Chatbot
Project setup
- Make sure you have Python 3.6 and pip installed. Other versions of python may work put we are using mainly 3.6
- Clone or download the project.
git clone https://github.com/WaldurChatbot/Waldur-Chatbot.git
https://github.com/m2rtk/Waldur-Chatbot/archive/master.zip
- Use pip to install necessary requirements in project's module root.
Example:
pip install -r requirements.txt
- Continue here
- Run chatbot from file "run.py" in the backend module.