Skip to content

quick and dirty CLI tool to download all tweets of a user 🐧

Notifications You must be signed in to change notification settings

oppermax/down-them-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

quick and dirty CLI tool to download all tweets of a user 🐧

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages