https://github.com/sachin21/ruboty-dmm
Notify rankings for DMM.R18 on your Slack Team.
https://github.com/sachin21/ruboty-dmm
bot dmm doujin gem ruboty ruboty-cron ruby
Last synced: 6 months ago
JSON representation
Notify rankings for DMM.R18 on your Slack Team.
- Host: GitHub
- URL: https://github.com/sachin21/ruboty-dmm
- Owner: sachin21
- License: mit
- Created: 2017-02-19T06:49:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T16:06:28.000Z (almost 7 years ago)
- Last Synced: 2025-04-07T01:11:25.607Z (6 months ago)
- Topics: bot, dmm, doujin, gem, ruboty, ruboty-cron, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/ruboty-dmm
- Size: 90.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
:us: [:jp:](./doc/ja/README.md) [](https://travis-ci.org/sachin21/ruboty-dmm)  [](https://travis-ci.org/sachin21/ruboty-dmm) [](https://codeclimate.com/github/sachin21/ruboty-dmm) [](https://rubygems.org/gems/ruboty-dmm)
# Ruboty DMM
## :warning: Cation :warning:
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.- [r7kamura/ruboty](https://github.com/r7kamura/ruboty)
- [r7kamura/ruboty-cron](https://github.com/r7kamura/ruboty-cron)## 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