Dan Kerchner
Dan Kerchner
Recommend implementing by adding a line near https://github.com/gwu-libraries/sfm-twitter-harvester/blob/100920e4d9e94e955be79f1293d9790008314c73/twitter_harvester.py#L106 to then call `self.harvest_result.warnings.append`
When populating the Item Start Date/Item End Date/Harvest Start Date/Harvest End Date fields on the Export page, if you select, for instance, November 15, 12:00, the value populates in the...
Suggested by https://twitter.com/mart1nkle1n - UCLA is working around this by adding Twarc, so clearly there is a need. Use case is a news event occurs; we notice a few hours/days...
Adding a lengthy (over around 100 users) userlist will tend to hit rate limits with the current implementation. Ref #126, #283 where bulk lookups were implemented for update_usernames.
The user_timeline job becomes inefficient when there are many TwitterUsers whose accounts are no longer active in Twitter. I would recommend adding a --prune flag to the update_usernames management command,...
...and therefore, when supervisor is started, the filterstream either: - in the case of an update to the parameters, won't reflect the updated parameters - in the case of enable/create,...
fetch_tweets_by_id should be logging ids that were not returned by statuses_lookup, but it is not. The current fetch() method appears to assume that statuses_lookup throws and exception when any of...
This can sometimes occur in the case of a retweet. Clicking the "expand links" link for a tweet of this type in the /twitter-user/AccountXYZ page results in no action. Even...