Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/item4/chatterbox
Chatterbox is simple chatting bot framework.
https://github.com/item4/chatterbox
Last synced: about 1 month ago
JSON representation
Chatterbox is simple chatting bot framework.
- Host: GitHub
- URL: https://github.com/item4/chatterbox
- Owner: item4
- License: mit
- Created: 2014-11-24T08:33:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T23:20:40.000Z (over 9 years ago)
- Last Synced: 2024-05-01T20:49:35.881Z (7 months ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Chatterbox
==========.. image:: https://img.shields.io/pypi/v/chatterbox.svg
:target: https://pypi.python.org/pypi/chatterbox
:alt: The latest PyPI releaseChatterbox is simple chatting bot framework such as IRC.
You can make your own bot with this easily.Requirements
------------1. ``Python 3.4`` or higher
2. DBMS and permissionInstallation
------------.. code-block:: console
$ pip3 install chatterbox
Usage
-----This framework is on the development. Not work yet. :(
License
-------MIT