Sign inSign up

smtudor/twitter

By smtudor

Updated almost 8 years ago

The t Twitter client on Alpine Linux

Image
0

10K+

smtudor/twitter repository overview

smtudor/twitter

The t Twitter CLI client on Alpine Linux.

Example Usage

Run the client interactively (with the help subcommand), optionally mounting the location of the .trc file.

$ docker run -it --rm -v ~/.trc:/root/.trc smtudor/twitter help

You'll need to create an API token and authorize app access.

For ease of use, I recommend adding an alias function to your shell environment.

twitter() {
    docker run -it --rm \
        -v "$HOME/.trc:/root/.trc" \
        smtudor/twitter $@
}

Tag summary

Content type

Image

Digest

Size

28.4 MB

Last updated

almost 8 years ago

docker pull smtudor/twitter