Project

ruboty-dmm

0.0
No commit activity in last 3 years
No release in over 3 years
A bot for DMM R18's rankings for 24, weeks, months
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
= 0.10.4
~> 10.0
= 3.5.0
~> 0.47

Runtime

 Project Readme

🇺🇸 🇯🇵 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