Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aichaos/aiden
Aiden is a RiveScript chatbot personality.
https://github.com/aichaos/aiden
ai artificial-intelligence bot chatbot chatbot-personality rivescript
Last synced: 18 days ago
JSON representation
Aiden is a RiveScript chatbot personality.
- Host: GitHub
- URL: https://github.com/aichaos/aiden
- Owner: aichaos
- Created: 2015-11-26T22:07:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T18:47:45.000Z (about 8 years ago)
- Last Synced: 2024-07-31T20:27:27.933Z (3 months ago)
- Topics: ai, artificial-intelligence, bot, chatbot, chatbot-personality, rivescript
- Language: Python
- Size: 40 KB
- Stars: 35
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aiden
Aiden is a RiveScript chatbot personality. It's also an initiative to replace
the "standard brain" that ships with all of the RiveScript modules with a newer,
updated set of replies.This repository only contains the RiveScript source files (`*.rive`). You'll
require a RiveScript application, such as those that ship with the interpreter
modules, to run this chatbot personality. There are many implementations of
RiveScript, including complete chatbots (that connect to Slack or XMPP, etc.)
on the AiChaos GitHub organization: .# Naming Convention
* Files beginning with `std-` are candidates for being included in the standard
brain shipped with RiveScript implementations.
* Files beginning with `data-` are larger data sets (usually in array form),
such as a listing of common first names.# License
[![Creative Commons License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)
Aiden by [Noah Petherbridge](https://github.com/kirsle) is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).