Twitter – Any way to link to a time slice of Twitter posts

twitter

I am interested in linking to a sequence of tweets by a single user – starting and ending with specific tweets. Basically, due to the constraints, people often tweet a series of short posts that are best viewed together. I wonder if there is a way to refer to them as such (for example by providing starting and ending tweet IDs).

Best Answer

You can't choose the start and end message IDs, but you can use a date range.

from:codinghorror since:2014-10-01 until:2014-10-05

The above search will give you all of the tweets from Jeff Atwood from October 1 to October 5.

(Twitter Advanced Search Operators)