protontypes / AwesomeCure

Analyze and cure awesome lists by collecting, processing and presenting data from listed Git projects.
MIT License
17 stars 3 forks source link

Check for changes, don't rewrite CSV each time #2

Open tjarkdoering opened 2 years ago

tjarkdoering commented 2 years ago

Currenty, the CSV is rewritten with every run. To allow for manual changes in the database, and possibly future performance issues, the script should only check for changes and update those. Only server side changes.