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
- Host: GitHub
- URL: https://github.com/fastering18/blackerz-api-ruby
- Owner: Fastering18
- Created: 2021-08-07T15:45:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T06:14:02.000Z (about 4 years ago)
- Last Synced: 2025-03-02T16:04:56.014Z (10 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.