botstack icon indicating copy to clipboard operation
botstack copied to clipboard

rapid chatbot development with ruby on rails

Results 24 botstack issues
Sort by recently updated
recently updated
newest added

I clone the project and when I run `rspec`, this happens: ``` Verify the bot with the following verify_token :github /home/luiz/.rvm/gems/ruby-2.3.3/gems/webmock-2.3.1/lib/webmock/http_lib_adapters/net_http.rb:114:in `request': Real HTTP connections are disabled. Unregistered request: POST...

http://yardoc.org/ ? @pferdefleisch what's a good tool to document rails apps? or should I just add a docs/ folder and put *.MD files into it?

It would be nice if we would provide a tos.html file which provides a basic tos for the bot app used for the bot service ( fb app review) I...

help wanted

sometimes user click twice, will result in triggering a double response

handle throttling of mass messaging - via user profile?

@pferdefleisch @ramonh @tosh @christophrumpel @legeekette @toshe @Cryt1c @evo42 Hi, with https://github.com/davidmann4/botstack/commit/9c66197db9891c6953a6504674a8a024c7828ec9 I've added webview support. Now I am thinking about common webviews users would might need. so far I´ve added...

help wanted

@pferdefleisch @ramonh cc: @tosh played around with rspec to make it possible to make tests.. now I wonder how we want to do this :) https://github.com/davidmann4/botstack/blob/master/spec/bot_spec_helper.rb https://github.com/davidmann4/botstack/blob/master/spec/lib/basic_functionality_spec.rb I guess we...

help wanted

The HTML parsing demo is pretty cool, man

@ramonh I am thinking of the best way of defining bubbles with code: ![spring_bot_for_messenger_1-xlarge_trans muac98d-ja8s9oi1lbgosvcxqla4yaqscerh0ndk4bq](https://cloud.githubusercontent.com/assets/1736570/19266625/a6c53b18-8faa-11e6-8926-61292910d638.png) ``` ruby send_bubble "http://image.com/image.png \n HEADLINE \n subheadline " #or something like this? send_bubble [{image:...

It looks like part of a library where it is actually an example. Whereas [app/bots/main.rb](https://github.com/davidmann4/botstack/blob/master/app/bots/main.rb) looks like it might belong in `lib`