🇺🇸 🇯🇵
FANZA does not accepted crawling pages so I recommend to not use this gem. If you using ruboty-dmm and your account banned, I do not take any responsibility or liability for any damage or loss caused by mine gem.
Ruboty DMM is a notifying rankings for DMM.R18's Japanese adult contents on Slack.
On your gemfile.
gem 'ruboty-dmm'
From the bot in invited Slack's room.
@ruboty dmm cg 24
--- output ---
For example, Above command will notify the doujin cg 24's ranking.
- 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
.
Add ruboty-cron to your bot's Gemfile.
gem 'ruboty-cron'
Deployed after, register a task.
@ruboty add job "0 21 * * *" @ruboty dmm cg 24
Notify the 24-hour ranking for CG genre at every 9 pm.
Thanks for creating awesome gems.
- 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