x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.94k stars 454 forks source link

Actual number of downloaded tweets used in stats #59

Open sowdust opened 5 years ago

sowdust commented 5 years ago

When analyzing a large number of tweets, not all of them are always retrieved, which falsifies some statistics. This commit adds a global counter that is incremented in the "process_tweet" function and later used in statistics instead of the variable "num_tweets".