Caution
As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.
Note
(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)
Tip
THIS REPOSITORY IS AUTO-UPDATED BY GITHUB-RELEASE-NOTIFIER (https://github.com/femtopixel/github-release-notifier)
This program allows you to use Twitter in CLI through Docker technology
This work is based upon Sferik's T (Twitter CLI client).
Bugs and feature request are tracked on GitHub Issues
First, you need to authenticate to twitter with the following command:
Please note that this package is also hosted on Github Container Registry, just add ghcr.io/
before the image name (docker pull ghcr.io/jaymoulin/twitter-cli
instead of jaymoulin/twitter-cli
)
docker run -ti --rm -v /path/to/authkey/folder:/root jaymoulin/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/twitter-cli <command>
For example:
docker run -ti --rm -v ~/.trc:/root/.trc jaymoulin/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
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
Jay MOULIN jaymoulin@gmail.com See also the list of contributors which participated in this program.
This Docker image is licensed under the MIT License