Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 377 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 377 Bytes

down-them-all

A very quick and very dirty CLI tool to download all of a user's tweets.

Requirements

        export CONSUMER_KEY="***"
	export CONSUMER_SECRET="***"
	export ACCESS_TOKEN="***"
	export ACCESS_SECRET="***"

See Twitter's docs to figure out how to get the API keys.

Run it 🚀

go run downloader/main.go download --user=foobar