An open API service indexing awesome lists of open source software.

https://github.com/gautamkrishnar/hatter

An AIML Python chat bot
https://github.com/gautamkrishnar/hatter

aiml bot python

Last synced: about 1 year ago
JSON representation

An AIML Python chat bot

Awesome Lists containing this project

README

          

# Hatter [![Circle CI](https://circleci.com/gh/gautamkrishnar/hatter.svg?style=svg)](https://circleci.com/gh/gautamkrishnar/hatter)
Hatter is a chatbot writtrn in python. It uses aiml logic.

### Requirements
- python 2.7
- apache2

### Installation
Install requirements:
```
sudo add-apt-repository ppa:fkrull/deadsnakes-python2.7
sudo apt-get update
sudo apt-get install python2.7
sudo apt-get install apache2
```

clone hatter
````
git clone https://github.com/gautamkrishnar/hatter.git
cd hatter
sudo pip install -r requirements.txt
````

run the hattter:
````
sudo /etc/init.d/apache2 restart
sudo python main.py
# OR For Hatter CLI use (Flask is not required):
sudo python hatter-cli.py
````

### Contributing
Feel free to modify the code. Submit a new pull request and make hatter a lot more awesome

todo:

- [ ] Make interface more beautiful
- [ ] Update to support latest python version

### Developers
- [Gautam krishna R](https://github.com/gautamkrishnar)
- [Aswin Raj](https://github.com/zero-coder)

### Bugs
bugs! hugh... please create a new issue on this repository

### Spread the word
Liked hatter, star the repo and spread the word.