/ruboty-dmm

Notify rankings for DMM.R18 on your Slack Team.

Primary LanguageRubyMIT LicenseMIT

🇺🇸 🇯🇵 Build Status Gem Version Build Status Code Climate Gem

Ruboty DMM

⚠️ Cation ⚠️

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.

What is Ruboty DMM

Ruboty DMM is a notifying rankings for DMM.R18's Japanese adult contents on Slack.

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 "0 21 * * *" @ruboty dmm cg 24

Notify the 24-hour ranking for CG genre at every 9 pm.

Thanks

Thanks for creating awesome gems.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request