Anyone happen to know what that price is?
Reconstructing Twitter's Firehose
11–20 of 112 posts
Re: Reconstructing Twitter's Firehose
#12If you need access to Twitter data you should sign up for a developer account and contact them. It's expensive but not prohibitively so for a company that needs Twitter data to do business. For 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
#13>Twitter’s statuses lookup API endpoint allows for a total of 1,200 API calls every 15 minutes. Each call allows the user to pass 100 ids for a total of 120,000 id requests every 15 minutes using both APP auth [...] Use the secret consumer keys from Twitter to bypass these limits: https://gist.github.com/shobotch/5160017
Re: Reconstructing Twitter's Firehose
#14>Twitter’s statuses lookup API endpoint allows for a total of 1,200 API calls every 15 minutes. Each call allows the user to pass 100 ids for a total of 120,000 id requests every 15 minutes using both APP auth [...] Use the secret consumer keys from Twitter to bypass these limits: https://gist.github.com/shobotch/5160017
I can't imagine these will last long now that they've been posted in a comment on a front page HN story.
Re: Reconstructing Twitter's Firehose
#15>Twitter’s statuses lookup API endpoint allows for a total of 1,200 API calls every 15 minutes. Each call allows the user to pass 100 ids for a total of 120,000 id requests every 15 minutes using both APP auth [...] Use the secret consumer keys from Twitter to bypass these limits: https://gist.github.com/shobotch/5160017
I can't imagine these will last long now that they've been posted in a comment on a front page HN story.
Re: Reconstructing Twitter's Firehose
#16Re: Reconstructing Twitter's Firehose
#17Twitter will just randomize the machine IDs and datacenter IDs
Re: Reconstructing Twitter's Firehose
#18[1] https://users.soe.ucsc.edu/~eaugusti/pages/papers/docs/SPOON...
Re: Reconstructing Twitter's Firehose
#19>Twitter’s statuses lookup API endpoint allows for a total of 1,200 API calls every 15 minutes. Each call allows the user to pass 100 ids for a total of 120,000 id requests every 15 minutes using both APP auth [...] Use the secret consumer keys from Twitter to bypass these limits: https://gist.github.com/shobotch/5160017
I can't imagine these will last long now that they've been posted in a comment on a front page HN story.
Re: Reconstructing Twitter's Firehose
#20That'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...?
Code is here: https://github.com/pomber/escher-bot
It's a pity that twitter UI doesn't embed the recursive tweet.