Mgmt049 / Comicvine-API-scraper-pub

Python script that scrapes Comicvine REST API endpoint to retrive JSON and download to Excel records
0 stars 0 forks source link

Try this on 6/11/2023 #5

Closed Mgmt049 closed 1 year ago

Mgmt049 commented 1 year ago

Maybe just keep the last dataframe in a property with a getter, then just play with it in your client main() without that silly if statement

Of course, overwrite the dataframe each time you execute the get()

Mgmt049 commented 1 year ago

This is done. Re-structured the getters and rewrote execute_get() and supporting functions to do so