library uses ureq and scraper to retrive account information from a steam page
use steam_profile::synclib::Profile; fn main() { let profile = Profile::get_full_profile("test"); profile.print_profile(); }