Only Tweet Library
tweet
can tweet your current status from CLI easily.
tweet
cat tweet only
, therefore you will not be distracted.
pipx is good for running python applications in isolated environments.
pipx install tweet
# Post Tweet
tweet tweet `your-status`
# Endless Mode
tweet endless
You have to set up ~/.twitter-env
file to your home directory yourself.
You get tokens from Twitter Developer.
~/.twitter-env
CONSUMER_TOKEN=.......
CONSUMER_SECRET=.......
ACCESS_TOKEN=.......
ACCESS_SECRET=.....