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
- Host: GitHub
- URL: https://github.com/gautamkrishnar/hatter
- Owner: gautamkrishnar
- License: gpl-3.0
- Created: 2014-12-26T07:31:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T07:52:58.000Z (about 10 years ago)
- Last Synced: 2024-10-19T06:26:15.686Z (over 1 year ago)
- Topics: aiml, bot, python
- Language: Python
- Homepage:
- Size: 11.6 MB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hatter [](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.