https://github.com/dreamingechoes/chiquibot
Conversational bot made in Ruby on Rails.
https://github.com/dreamingechoes/chiquibot
aiml bot rails ruby
Last synced: about 1 year ago
JSON representation
Conversational bot made in Ruby on Rails.
- Host: GitHub
- URL: https://github.com/dreamingechoes/chiquibot
- Owner: dreamingechoes
- Created: 2015-10-09T15:29:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T07:09:51.000Z (over 10 years ago)
- Last Synced: 2025-04-24T05:08:47.996Z (about 1 year ago)
- Topics: aiml, bot, rails, ruby
- Language: JavaScript
- Homepage:
- Size: 527 KB
- Stars: 16
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chiquibot
================
[](https://heroku.com/deploy)
This application was generated with the [rails_apps_composer](https://github.com/RailsApps/rails_apps_composer) gem
provided by the [RailsApps Project](http://railsapps.github.io/).
Rails Composer is open source and supported by subscribers. Please join RailsApps to support development of Rails Composer.
Ruby on Rails
-------------
This application requires:
- Ruby 2.2.2
- Rails 4.2.4
Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html).
About
-----
This is an example of a conversational bot on **Ruby on Rails**. Was created with **Rails Composer** from the RailsApps project.
If you want to know more about the guy who's inspired this bot, you can check his [Wikipedia](https://en.wikipedia.org/wiki/Chiquito_de_la_Calzada) entry or search some videos on Youtube. Enjoy it! :D
Original author
---------------
Iván González, *a.k.a* [dreamingechoes](https://github.com/dreamingechoes)
Getting Started
---------------
To start using this bot, you only have to do the typical ***Rails*** things:
* Install ***Ruby*** version 2.2.2 (using [RVM](https://github.com/rvm/rvm) or [RBenv](https://github.com/sstephenson/rbenv) or whatever).
* Clone the repo and do the ***bundle install*** thing:
```sh
user@computer:~$ git clone git@github.com:dreamingechoes/chiquibot.git
user@computer:~$ cd chiquibot
user@computer:/chiquibot$ bundle install
user@computer:/chiquibot$ rake db:setup
```
* When all this finish, you're ready to launch the app!
```sh
user@computer:/chiquibot$ rails s
```
* Open your web browser and go to [http://localhost:3000](http://localhost:3000) like in all the regular ***Rails*** apps.
*Note: please, try only talk to Chiquito in Spanish, ¡pecador de la pradera! :)*
Usage
-------------------------
If you want to customize the bot, you only have to modify the `lib/chiquibot/chiquibot.aiml` or add more `.aiml` files on this folder to raise the variety of bot responses.
Contributing
------------
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
License
-------
**Chiquibot** is released under the [MIT License](http://www.opensource.org/licenses/MIT).