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

https://github.com/fastering18/blackerz-api-ruby

API wrapper blackerz bot list written in Ruby
https://github.com/fastering18/blackerz-api-ruby

Last synced: about 2 months ago
JSON representation

API wrapper blackerz bot list written in Ruby

Awesome Lists containing this project

README

          

# Blackerz::Sdk

Ruby SDK to interact with blackerz bot list
## Installation

Add this line to your application's Gemfile:

```ruby
gem 'blackerz-sdk'
```

And then execute:

$ bundle install

Or install it yourself as:

$ gem install blackerz-sdk

## Usage

```rb
data = Blackerz::Bots.bot_data("867571104784318464") # bot client id
p data
```

## Development

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Fastering18/Blackerz-API-Ruby.