chiquibot icon indicating copy to clipboard operation
chiquibot copied to clipboard

Conversational bot made in Ruby on Rails.

Chiquibot

Deploy to Heroku

This application was generated with the rails_apps_composer gem provided by the RailsApps Project.

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.

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 entry or search some videos on Youtube. Enjoy it! :D

Original author

Iván González, a.k.a 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 or RBenv or whatever).

  • Clone the repo and do the bundle install thing:

user@computer:~$ git clone [email protected]: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!
user@computer:/chiquibot$ rails s

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.