rggibson / pb-tracker

Web app for tracking speedrunning times and personal bests.
MIT License
18 stars 20 forks source link

Possible to generate category ID #36

Closed ace3df closed 10 years ago

ace3df commented 10 years ago

Just for easier url parsing. e.g: 70 Star - Best known time: 48:28 by Siglemic span id would be super-mario-64-70-star or something alike I'm not too sure on how well python is with web development

rggibson commented 10 years ago

I'm not quite sure what you are after here. Are you trying to scrape html from the game or runner pages? If that is the case, you should use the .json versions of the pages (click the little RSS icon at the bottom of the corresponding page).

ace3df commented 10 years ago

Aw I didn't know it had best time down as well. I'll just get it from there then. Thanks love the system you have going

rggibson commented 10 years ago

Thanks! I'm glad someone else is finding the json pages useful.