Samueljbk / osrs_analysis

Python analysis of Runescape stats
2 stars 1 forks source link

Write pydantic models to represent the scraped data #19

Open jerome3o opened 1 year ago

jerome3o commented 1 year ago

you'll need classes for:

Useful links:

In the end you should be able to write:

data = OsrsScrape.parse_file("data/SCRAPE_DATA.json")

to load one of the scrape json files.