https://github.com/zerosteiner/cassie-bot
Cassie XMPP Bot
https://github.com/zerosteiner/cassie-bot
Last synced: about 1 year ago
JSON representation
Cassie XMPP Bot
- Host: GitHub
- URL: https://github.com/zerosteiner/cassie-bot
- Owner: zeroSteiner
- Created: 2013-02-16T19:13:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:49:19.000Z (over 3 years ago)
- Last Synced: 2025-02-10T08:32:33.682Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cassie
==
Python XMPP and AIML Chat Bot
Install
--
If `pipenv` is not already installed:
`python3 -m pip install pipenv`
Clone repository to `/opt`
```
export PIPENV_VENV_IN_PROJECT=True && sudo -E pipenv install
sudo cp service_files/cassie.service /lib/systemd/system
sudo systemctl enable cassie.service
sudo cp config.yml.example config.yml
```
edit `config.yml` to fit your requirements
```
sudo systemctl start cassie.service
```
Required Packages
--
[Pipenv](https://github.com/pypa/pipenv)
[SleekXMPP](https://github.com/fritzy/SleekXMPP)
[PyAIML](https://github.com/zeroSteiner/pyAIML)
[Python-Markdown](http://pythonhosted.org/Markdown/)