twitterresearch icon indicating copy to clipboard operation
twitterresearch copied to clipboard

A starter kit with code for data collection, preparation, and analysis of digital trace data collected on Twitter

Results 5 twitterresearch issues
Sort by recently updated
recently updated
newest added

I have the following error: In [5]: examples.print_user_archive() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 examples.print_user_archive() /home/ubuntu/twitterresearch/examples.pyc in print_user_archive() 111 """ 112 archive_generator = rest.fetch_user_archive("lessig") -->...

I'm going through the tutorial but the export_retweet_text function is throwing an error in peewee. As I'm not familiar with SQL syntax or the peewee library I wondered if someone...

Track usage of credentials to warn users if they attempt to use the same set multiple times.

Develop more telling and more prominently positioned error messages.

Currently, retweet_links in network.py is quite slow. This might be both due to the costly (and non-optimal?) SQL query and the subsequent mapping/writing stages.