Reconstructing Twitter's Firehose
docs.google.com
Reconstructing Twitter's Firehose
1–10 of 112 posts
Re: Reconstructing Twitter's Firehose
#2Now makes me wonder how hard it would be to make a tweet which linked to itself...?
Re: Reconstructing Twitter's Firehose
#3Re: Reconstructing Twitter's Firehose
#4Use the secret consumer keys from Twitter to bypass these limits: https://gist.github.com/shobotch/5160017
Re: Reconstructing Twitter's Firehose
#5Interesting technical write up but a little naive about its uses as it is probably against the Twitter Developer agreement to use the API as it circumvents the rate limits.
The genious idea is simply shrinking down the search space by probabilistic assumptions. Never thought about using the snowflake ids to get historical data, i am impressed.
Re: Reconstructing Twitter's Firehose
#6For academic research Twitter offers products which dramatically reduce the amount of data you need to consume via the full search API or historical powertrack.
Re: Reconstructing Twitter's Firehose
#7One thing is that the data center ids are in the tweet ids, so it could be used to get a rough location of Twitter users.
Re: Reconstructing Twitter's Firehose
#8That's excellent stuff. I had no idea that's how snowflake IDs were constructed. Now makes me wonder how hard it would be to make a tweet which linked to itself...?