:us: :jp:
Ruboty DMM
What is Ruboty DMM
Ruboty DMM is a notifying rankings for DMM.R18's Japanese doujin CG.
Installation
On your gemfile:
gem 'ruboty-dmm'
Usage
From the bot in invited Slack's room:
1. Show the 24's ranking
@ruboty dmm cg 24
--- output ---
For example, Above command will notify the doujin cg 24's ranking.
Available arguments
- The first argument is only available for dmm.
- The second argument is available for all, comic, cg, game, voice.
- The third argument is available for 24, weekly, monthly, total.
2. Register a job by ruboty-cron
Add ruboty-cron to your bot's Gemfile.
gem 'ruboty-cron'
Deployed after, register a task.
@ruboty add job "* 21 * * *" @ruboty dmm ranking 24
Notify the 24-hour ranking at every 9 pm.
Thanks
Thanks for creating awesome gems
Contributing
- Fork it
- 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 new Pull Request