Ruboty::Hr
A Ruboty Handler + Actions to display single line punctuation characters (default 80 times).
Ruboty is Chat bot framework. Ruby + Bot = Ruboty
πΆ Image
π€ Before
theme1 talk π¨π¬π©π¬
theme1 talk π¨π¬π©π¬
theme2 talk π©π¬π¨π¬
theme2 talk π©π¬π¨π¬
π After
theme1 talk π¨π¬π©π¬
theme1 talk π¨π¬π©π¬
πππΏπππΏπππΏπππΏπππΏ
theme2 talk π©π¬π¨π¬
theme2 talk π©π¬π¨π¬
β¬οΈ Installation
Add this line to your application's Gemfile:
gem 'ruboty-hr'And then execute:
$ bundle
π Commands
| Command | Pattern | Description |
|---|---|---|
| hr | /hr\s+(?<text>.+?)\s*(?<count>\d*)\z/ | Display single line punctuation characters (default 80 times) |
π Usage
hr
- Display single line punctuation characters (default 80 times)
>ruboty hr @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
>ruboty hr - 40
----------------------------------------
>ruboty hr ~= 40
~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
π ENV
| Name | Description |
|---|---|
| -- | -- |
π« Dependency
| Name | Description |
|---|---|
| -- | -- |
π¬ Contributing π
- Fork it ( https://github.com/tbpgr/ruboty-hr/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