Tim Hutton

Results 84 comments of Tim Hutton
trafficstars

Updated roadmap with current progress: 1. existing `convert_tweet()` function appends whatever id:handle connections it finds to a data structure of Users: - In progress: #76 1. new functionality to parse...

Oh, this sounds like a bug. Thanks for reporting, I'll look into it.

The JSON has the id of the tweet being replied to, if any. But the archive only contains tweets sent by the user, so linking them together might be impossible,...

Do you have any thoughts on how the threads should be represented in the output? Another complication is that the ordering of the tweets will get broken, if other tweets...

@hyc Yes, perhaps. Please feel free to make a new feature request for it.

Example of JSON for a tweet with a large video: ``` "tweet" : { "retweeted" : false, "source" : "Twitter Web App", "entities" : { "user_mentions" : [ { "name"...

Another example: `We previously made a smaller version out of cardboard: https://mobile.twitter.com/_tim_hutton_/status/1010638114417766400` The underscores break the URL: ![image](https://user-images.githubusercontent.com/647092/201675042-b2e28909-305f-4a75-a5dd-fe8577ddaa87.png)

Hi @brainwane. Yes, we had DOS line endings in the repo. That was my fault. (On Windows it's a good idea to do `git config --global core.autocrlf true` but I...

@Sjors As I think you realized on the other thread, we don't expand any of these short-form URLs using internet requests. The archive JSON tells us the expansion for the...

[Here](https://wiki.archiveteam.org/index.php/Twitter) it suggests that the API only goes back 7 days. Can anyone confirm?