focalevents
focalevents copied to clipboard
Tools for collecting social media data around focal events
First a question: Is it safe to cut output files from the head and archive away JSON while the app is running? Second: With huge datasets it'd be great if...
Update code so it uses logging instead of printing to main console Verbosity parameter should be updated accordingly so level of verbosity can be passed
Currently, you can get quotes of quote tweets, but there's no efficient way to continue iterating that process because everything gets labeled as `from_quote_search`. Two changes can be made: 1....
When collecting large historic datasets, I almost always get a `requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))` at some point, which stops the whole collection. Instead, focalevents should just...