An open API service indexing awesome lists of open source software.

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)

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