focalevents icon indicating copy to clipboard operation
focalevents copied to clipboard

Tools for collecting social media data around focal events

Results 4 focalevents issues
Sort by recently updated
recently updated
newest added

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

enhancement
good first issue

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....

enhancement

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...