dgrtwo / tidy-text-mining

Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
http://tidytextmining.com
Other
1.31k stars 803 forks source link

Twitter archives no longer contain CSVs #73

Open juliasilge opened 4 years ago

juliasilge commented 4 years ago

https://github.com/dgrtwo/tidy-text-mining/blob/54b8cac3c634a6b61ed2b6263732df8e469eb72c/07-tweet-archives.Rmd#L15

When you request your own Twitter archive, they now only contain JSON, not any CSV files. Probably want to adjust the wording a tiny bit to make it sound less like people can follow along with this analysis in a super straightforward way.

murpholinox commented 4 years ago

Are you guys going to update the code for the twitter part? I would love to play with my own tweets! BTW nice book, 3 days and I almost finish it :)

andresholland commented 1 year ago

@juliasilge - would it be of interest if I put together code and corresponding text to that allows readers to complete exercise based on current format of Twitter data export?

juliasilge commented 1 year ago

Hmmmmm, @andresholland with the situation as it is with Twitter (changes to the API, problems for some users obtaining an archive) I'm not sure that we'll want to invest effort in that direction. Let's wait and see for now, and consider other possible kinds of datasets for this chapter.

juliasilge commented 5 months ago

I think the Netflix TV show vs. movie dataset from Tidy Tuesday might be a good replacement for the Twitter chapter.