rubotnik
"Bot-end" Ruby framework to quickly build and launch a Facebook Messenger chatbot
File Explorer
Download Latest Version (.zip)- console
- setup
- button_template.png
- carousel.png
- open_graph.png
- quick_replies.PNG
- rubotnik
- autoloader.rb
- cli.rb
- commands.rb
- generator.rb
- helpers.rb
- message_dispatch.rb
- postback_dispatch.rb
- user.rb
- user_store.rb
- version.rb
- has_buttons.rb
- base_ui_element.rb
- fb_button_template.rb
- fb_carousel.rb
- fb_open_graph_template.rb
- image_attachment.rb
- quick_replies.rb
- rubotnik.rb
- message.rb
- postback.rb
- user.rb
- helpers_spec.rb
- message_dispatch_spec.rb
- postback_dispatch_spec.rb
- user_spec.rb
- user_store_spec.rb
- base_ui_element_spec.rb
- fb_button_template_spec.rb
- fb_carousel_spec.rb
- fb_open_graph_template_spec.rb
- image_attachment_spec.rb
- quick_replies_spec.rb
- rubotnik_spec.rb
- spec_helper.rb
- .env
- .gitignore
- bot.rb
- commands.rb
- config.ru
- Gemfile
- location.rb
- Procfile
- profile.rb
- puma.rb
- ui_examples.rb
- .gitignore
- .rspec
- .travis.yml
- Gemfile
- LICENSE.txt
- Rakefile
- README.md
- rubotnik.gemspec
# Installation Guide
1. Get the code
git clone https://github.com/progapandist/rubotnik
Downloads the entire project code from GitHub to your computer.
cd rubotnik
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
