An Ruboty Handler + Actions to curl.
Ruboty is Chat bot framework. Ruby + Bot = Ruboty
On Ubuntu, the dependencies can be satisfied by installing the following packages:
$ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
On RedHat:
$ sudo yum install ruby-devel libcurl-devel openssl-devel
Add this line to your application's Gemfile:
gem 'ruboty-curl'And then execute:
$ bundle
| Command | Pattern | Description |
|---|---|---|
| curl | /curl (?.+)/ | curl |
- curl
curl https://google.co.jp
| Name | Description |
|---|
| Name | Description |
|---|
- Fork it ( https://github.com/programmerMOT/ruboty-curl/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request