Sign inSign up

jaymoulin/rpi-twitter-cli

By jaymoulin

Updated almost 9 years ago

Raspberry Pi - Docker Image - Twitter CLI Client

Image
1

669

jaymoulin/rpi-twitter-cli repository overview

THIS IMAGE IS DEPRECATED / PLEASE USE twitter-cli INSTEAD

*IT'S RPI COMPATIBLE I PROMISE ;)

logo

Github Sources Issues

Raspberry Pi - Docker Image - Twitter CLI Client

latest release Docker Pulls Docker Stars PayPal donation Buy me a coffee Buy me a coffee

This program allows you to use Twitter in CLI on your Raspberry PI through Docker technology

This work is based upon Sferik's T (Twitter CLI client).

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub Issues

Configuration

First, you need to authenticate to twitter with the following command:

docker run -ti --rm -v /path/to/authkey/folder:/root jaymoulin/rpi-twitter-cli authorize

Then, follow the displayed instructions.

When done, you should be able to execute Sferik's T (Twitter CLI client) commands following this pattern:

docker run -ti --rm -v /path/to/authkey/folder:/root jaymoulin/rpi-twitter-cli <command>

For example:

docker run -ti --rm -v ~/.trc:/root/.trc jaymoulin/rpi-twitter-cli whois moulinjay

Should give you something like :

Screen name  @MoulinJay
Name         Jay MOULIN
Tweets       41
Favorites    15
Listed       1
Following    188
Followers    28
Bio          Tech addict - Tech Lead - #PHP/#Docker/#DevOps/#RaspberryPi https://t.co/mCz8IsZKVh / https://t.co/4eCuM0F00W . Also Lead Vocalist at AANOD
Location     Paris, France
URL          http://jaymoulin.github.io

Appendixes

Install RaspberryPi Docker

If you don't have Docker installed yet, you can do it easily in one line using this command

curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/0e650b38fde684c4ac534b254099d6d5543375f1/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER

Author

Jay MOULIN [email protected] See also the list of contributors which participated in this program.

License

This Docker image is licensed under the MIT License

Tag summary

Content type

Image

Digest

Size

57.5 MB

Last updated

almost 9 years ago

docker pull jaymoulin/rpi-twitter-cli