Skip to content

delihiros/uno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uno

uno is an unofficial valorant API client. with uno, you can examine data of valorant play history, and analyze data statistically.

death

Haven-mostkilledfrom

uno provides following features:

  • data crawler: you can crawl players' history data
  • database: you can cache data you crawled
  • visualizer: uno gives you a handy API to map the data to map image
  • discord bot: you can run discord bot which helps you visualize play data

Usage

follow the instructions below. you will need a database to store play history. uno currently uses a portable database called shockv.

For more information please take a look at /examples directory.

git clone github.com/delihiros/shockv
cd shockv
go build -o shockv
./shockv server start

git clone github.com/delihiros/uno
cd uno
go run ./examples/heatmap/main.go

Please note that this project is for experiment purpose and does not guarantee anything. Please use at your own risk.

About

unofficial valorant API client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published