russian-troll-tweets icon indicating copy to clipboard operation
russian-troll-tweets copied to clipboard

Results 17 russian-troll-tweets issues
Sort by recently updated
recently updated
newest added

Hi Patrick, please post the list with more of the troll User IDs than the shorter list with 454 users below. We'd like to use the longer list to remove...

Hi all, I have seen the posts re: double-encoded, however when I try: ``` for file in IRAhandle_tweets_1.csv; do echo -n "Converting $file... " iconv -f utf8 -t latin1 $file...

Time zone of date time fields is not mentioned. Is it UTC or adjusted? It will help in correlation with global geopolitical events and workday cycles of US, and Russia....

First, thanks for making the data available. I was asking about this recently. I would like to get a look at troll tweets, it might help us avoid arguing with...

This field is confusing to me, some `external_author_id` have multiple `authors` ``` SELECT distinct external_author_id , author FROM rustweets.tweets WHERE external_author_id = 753000000000000000; external_author_id | author --------------------+----------------- 753000000000000000 | ANGELABACH991...

IRAhandle_tweets_5.csv contains 4 records with `-1` in the external_author_id column, as follows, `-1` replaced with NA, | external_author_id|author |content |region |language |publish_date |harvested_date | following| followers| updates|post_type |account_type | retweet|account_category...

> Love the postgres loader, but we're going to try to keep this repo clean and simple, so I won't merge it into master. Glad to see some cool forks...

I know this is an abuse of "issues" but it doesn't warrant a full repo. Here is some Python code you can cut/paste ``` class Rutweet: def __init__(self, external_author_id, author,...

Has anyone gotten the emojis to work when the data is loaded into a MySQL or MariaDB database? I'm using utf8mb4 encoding and utf8mb4_unicode_ci collation, but only a small portion...