You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#14)
Adds serialization and deserialization of already analyzed post_ids to achieve some kind of persistency between runs (closes#4). Everything is saved into one file, analyzed.bin.
Database is also saved on Ctrl+C press.
There is also a commandline option --ignoreAlreadyAnalyzed which is ignoring loading and saving this database.
At the moment list of already analyzed posts is only in memory and is lost after exit. Should be persisted somehow.
The text was updated successfully, but these errors were encountered: