Skip to content

A webscraper/api for Guilty Gear Strive Dustloop for Rust

Notifications You must be signed in to change notification settings

sagansfault/ggstdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages