brianpipa / overreader-issues

A place to keep track of issues and TODOs for https://overreader.com
https://overreader.com
1 stars 0 forks source link

Add support for https://thestorygraph.com/ #31

Open brianpipa opened 1 year ago

brianpipa commented 1 year ago

May have to research to see if it would be useful. Just posted on Reddit to ask about an API.

Everything in the DB is focused on Goodreads. I may need to refactor/readjust the DB and code to support other sources. Hmmmm. Also may need to use a universal locator for books vs using the goodreads id.

brianpipa commented 8 months ago

I just looked into this a bit. Their shelves dynamically load as you scroll down the page - it's an XHR call that returns ugly HTML. it does provide straightforward GET URLS with page=X parameter. It's doable but will be slighty ugly

I'm holding off on this for now. If they could provide a nice API or RSS feed or something it would be much easier/better.