Sign inSign up

maxhorstmann/twurl

By maxhorstmann

Updated over 5 years ago

Runs Twitter's twurl tool

Image
0

1.2K

maxhorstmann/twurl repository overview

twurl-docker

Simple Docker container which runs Twitter's twurl.

Examples

Tweet something:

$ docker run maxhorstmann/twurl -c apiKey -s apiSecret -a accessToken -S accessTokenSecret -d 'status=Hello world!' /1.1/statuses/update.json

Get oauth access tokens & secret:

$ docker run -it --entrypoint bash maxhorstmann/twurl
$ twurl authorize --consumer-key <apiKey> --consumer-secret <apiKeySecret>
$ cat ~/.twurlrc 

Tag summary

Content type

Image

Digest

Size

63.5 MB

Last updated

over 5 years ago

docker pull maxhorstmann/twurl