{"id":28392288,"url":"https://github.com/karthik99999/brawlstarsrb","last_synced_at":"2025-06-26T01:30:44.080Z","repository":{"id":62554563,"uuid":"188155573","full_name":"Karthik99999/brawlstarsrb","owner":"Karthik99999","description":"Ruby wrapper for BrawlAPI","archived":false,"fork":false,"pushed_at":"2019-11-19T02:23:13.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-31T23:13:59.213Z","etag":null,"topics":["api-wrapper","brawlstars","ruby","ruby-gem","supercell"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Karthik99999.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-23T03:32:47.000Z","updated_at":"2019-11-19T02:23:15.000Z","dependencies_parsed_at":"2022-11-03T05:15:30.772Z","dependency_job_id":null,"html_url":"https://github.com/Karthik99999/brawlstarsrb","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Karthik99999/brawlstarsrb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karthik99999%2Fbrawlstarsrb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karthik99999%2Fbrawlstarsrb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karthik99999%2Fbrawlstarsrb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karthik99999%2Fbrawlstarsrb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karthik99999","download_url":"https://codeload.github.com/Karthik99999/brawlstarsrb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karthik99999%2Fbrawlstarsrb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261982256,"owners_count":23240030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","brawlstars","ruby","ruby-gem","supercell"],"created_at":"2025-05-31T12:12:20.065Z","updated_at":"2025-06-26T01:30:44.068Z","avatar_url":"https://github.com/Karthik99999.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brawlstarsrb\n[![Gem Version](https://img.shields.io/gem/v/brawlstars.svg?color=red\u0026label=brawlstars\u0026logo=rubygems\u0026style=flat-square)](https://rubygems.org/gems/brawlstars)\n[![License](https://img.shields.io/github/license/Karthik99999/brawlstarsrb.svg?style=flat-square)](../master/LICENSE)\n[![Discord Server Invite](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord\u0026longCache=true\u0026style=flat-square)](https://discord.gg/vbbHXNf)\n\nbrawlstarsrb is a Ruby implementation of [BrawlAPI](https://api-docs.starlist.pro/), the unofficial Brawl Stars API.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'brawlstars'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install brawlstars\n\n## Usage\n\nExample usage:\n```ruby\nrequire 'brawlstars'\n\nclient = Brawlstars::Client.new(token: \"token\") # check below to get token\nplayer = client.getPlayer(\"LQL\")\nputs player[\"name\"]\n```\nMore documentation can be found at [rubydoc](https://www.rubydoc.info/github/Karthik99999/brawlstarsrb)\n\n## Getting API Token\n\n1. Join the [Discord server](https://discord.gg/vbbHXNf)\n2. Go to the [dashboard](https://api.starlist.pro/dashboard) and generate a token\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthik99999%2Fbrawlstarsrb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarthik99999%2Fbrawlstarsrb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthik99999%2Fbrawlstarsrb/lists"}