https://github.com/tgalal/yowlayer-cleverbot
yowsup layer that auto replies to incoming messages with responses from cleverbot API
https://github.com/tgalal/yowlayer-cleverbot
Last synced: 13 days ago
JSON representation
yowsup layer that auto replies to incoming messages with responses from cleverbot API
- Host: GitHub
- URL: https://github.com/tgalal/yowlayer-cleverbot
- Owner: tgalal
- License: gpl-3.0
- Created: 2015-08-19T01:00:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T01:06:35.000Z (almost 10 years ago)
- Last Synced: 2024-12-26T23:40:33.953Z (5 months ago)
- Language: Python
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yowlayer-cleverbot
yowsup layer that auto replies to incoming messages with responses from cleverbot API## Installation
```
python setup.py install
```- For now you need to install [yowsup](https://github.com/tgalal/yowsup/tree/develop) from the develop branch.
## Quick run
> python run.py phone base64_password
## Use layer
Add ```yowsup_ext.layers.cleverbot.YowCleverBotLayer``` to your stack. See [run.py](https://github.com/tgalal/yowlayer-cleverbot/blob/master/run.py) as an example