Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

57 lines (30 loc) · 1.38 KB

friday

A chatbot based on visual novel game

Authors

danielcorreaeng

License

This project is licensed under the MIT License - see the LICENSE file for details

Examples

Some examples of bots that can be inserted.

Original

Instalation

It has been tested with Python 3.6.8.

For instalation, you will install the requirements in path of friday.

pip install -r requirements.txt

To run service use:

python friday.py

Enter in browser address. Like ip:port\bot

Have fun!!! =)

Training

For training use in chat input

[learn] ask [answer] answer

For training with tags - the tag will count and it will not appear in the response

[learn] ask [answer] answer [feeling tag]

For training with button in answer

[learn] ask [answer] answer [button] button 1 [button] button 2 [button] button 3 [button] button 4