tweet.sh icon indicating copy to clipboard operation
tweet.sh copied to clipboard

Twitter client written in simple Bash script

Results 6 tweet.sh issues
Sort by recently updated
recently updated
newest added

Using a command in the form `tweet.sh tw -i image.png Hello world` will successfully post the image and caption, but `tweet.sh tw -i image.png` causes the script to hang indefinitely...

> CONSUMER_KEY=xxxxxxxxxxxxxxxxxxx > CONSUMER_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > ACCESS_TOKEN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Which one of these pairs are `API Key` and `API Key Secret` that Twitter just gave? And the other, how to find?...

it worked few minutes, then i get this error: ![image](https://user-images.githubusercontent.com/52983648/61339832-4594c480-a848-11e9-960b-ab148fc32e39.png)

help wanted

See also: Bats https://github.com/bats-core/bats-core https://kakakakakku.hatenablog.com/entry/2018/05/14/000633

enhancement

I can upload a photo with text, but I am not able to do the same to upload a video with text any ideas? Thanks

enhancement

Seems like a great utility! But unfortunately no longer works, since twitter now only support API v2 for the "lower tear" API access levels. Any chance that this could be...