The t Twitter CLI client on Alpine Linux.
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 $@
}
Content type
Image
Digest
Size
28.4 MB
Last updated
almost 8 years ago
docker pull smtudor/twitter