eshear/tweetgrabber
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TwitterGrabber is a simple command line tool written in Python which takes a Twitter URL and downloads it and all of its replies into a CSV. The Tweets are all numbered starting with 0 for the top level tweet, and they have a parent-tweet column which tells you which tweet they are a reply to (empty if no parent), and they are in order of posting other than that.