fsu-fall2022-capstone / Project-Group-5

A discord bot that connects to the online game nationstates
1 stars 0 forks source link

Fetch daily data dump #46

Closed CoderJoshDK closed 1 year ago

CoderJoshDK commented 1 year ago

Every day, the API updates a dump of info on regions and nations. To save API calls on info that rarely changes, store nations' data from these dumps. Currently using the flag and currency data from this dump.

No need to keep the entire dump in memory; only store the info for nations being tracked