https://github.com/tsuwatch/ruboty-nicosa
Ruboty handler for searching from niconico (http://search.nicovideo.jp/docs/api/search.html)
https://github.com/tsuwatch/ruboty-nicosa
Last synced: 2 months ago
JSON representation
Ruboty handler for searching from niconico (http://search.nicovideo.jp/docs/api/search.html)
- Host: GitHub
- URL: https://github.com/tsuwatch/ruboty-nicosa
- Owner: tsuwatch
- License: mit
- Created: 2016-10-08T17:28:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T03:10:04.000Z (over 8 years ago)
- Last Synced: 2025-03-15T06:16:01.371Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruboty::Nicosa
Ruboty handler for searching from niconico.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ruboty-nicosa'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-nicosa
## Usage
```
@ruboty nicosa - Search a content from niconico
```## Contributing
1. Fork it ( https://github.com/[my-github-username]/ruboty-nicosa/fork )
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 a new Pull Request