twitter-backup

command module
v0.0.0-...-44be358 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2022 License: BSD-3-Clause, GPL-3.0 Imports: 13 Imported by: 0

README

TWITTER-BACKUP

Simple tool for backing up your liked tweets and their media, as well as followed users as JSON to disk.

Get your access keys and tokens from: https://developer.twitter.com/en/portal/dashboard

and export in your .bashrc / .zshrc like this:

export TWITTER_CONSUMER_KEY="XXXXXXXXXXXXX"
export TWITTER_CONSUMER_SECRET="XXXXXXXXXXXXX"
export TWITTER_ACCESS_TOKEN="XXXXXXXXXXXXX"
export TWITTER_ACCESS_SECRET="XXXXXXXXXXXXX"

Afterwards, compile and run:

$ go build -o twitter-backup main.go
$ ./twitter-backup

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL