Twitter now provides a streaming API which can be used to obtain a continuous stream of tweets on any set of topics, locations, etc., in real time. Read the full details here. It would be nice to convert this stream into an F# sequence so that it can be treated just as any other sequence if F#. This provides “composability”; separation of the generation of a sequence from its consumption. Here is a snippet that does that.
12 people like thisPosted: 13 years ago by Faisal Waris
Example active pattern for tweet.
1 people like thisPosted: 10 years ago by Robert Nielsen
A simple Twitter search function, leveraging the JSON type provider.
9 people like thisPosted: 11 years ago by Lincoln Atkinson