/tweet_convo

This is a socketstream app that will take a tweet id and look for all replies to that tweet and then chain down recursively looking for any more tweets in that conversation

Primary LanguageCoffeeScript

Convo Tweet

A Twitter conversation app that takes a starting tweet and then tracks all replies that stem from that tweet. It will include a single conversation between two people along with group tweets that are held from three or more people.

Convo Tweet is built on top of socketstream. This is essentially a toy app to play with socketstream.

Installation instructions for socketstream can be found here (https://github.com/socketstream/socketstream)