Skip to content
th

threads, from the command line

A command line for Threads. One pure-Go binary, no API key, output that pipes into the rest of your tools.

th turns threads.com into clean, scriptable, structured data. It resolves a profile to a rich record, streams its posts and replies, pulls a single post's whole thread, and searches, all from one pure-Go binary with no login and no browser.

th profile zuck                  # a profile's full record
th profile zuck --posts -n 20    # its twenty most recent posts
th post <url> --replies          # a post and its reply thread

th reads anonymously, as a web crawler: it asks Threads for the same server-rendered pages a search engine gets and parses what comes back. Private content stays private, and th is explicit about the wall rather than silently returning nothing.

Where to go next

Getting started Install th, learn the model, and run your first command. Guides Task-oriented walkthroughs for the things people do with th.