chakrakan / radiant

🎮 Grab your valorant rank and display it in a gist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

radiant

Grab your valorant rank and display it in a gist

Shows up like this gist here

In order to get this working:

  1. Clone the repo
  2. Setup a .env file at the root of the project with the following env vars:
GITHUB_TOKEN=<Your Github Token with Gist edit access>
GIST_ID=<ID of the Gist you created to host the stats> # this project does not setup a gist for you
TRACKER_PROFILE_ID=<Your tracker profile ID> # e.g. mine is adorn#1625
  1. Run the scraper with go run radiant.go
  2. ...
  3. Profit???

To-do

  • CI config so repo can be forked and leveraged directly instead of local cloning

About

🎮 Grab your valorant rank and display it in a gist


Languages

Language:Go 100.0%