Skip to content

Latest commit

 

History

111 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggstdl

A webscraper/api for Guilty Gear Strive Dustloop

There are lots of possible accepted character and move names in the regexes of Character and Move. This is all done for you using the method below. Inputs will work as well for move queries.

let data: GGSTDLData = ggstdl::load().await; // loading moves is async as it scrapes the dustloop pages

let move_found: &Move = data.find_move("jack", "shoot")?; // Jack-O's 236K (minion shoot)

About

A webscraper/api for Guilty Gear Strive Dustloop for Rust

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages