-
Using the `authorize` command with my app API key and secret causes twurl to prompt me for my consumer key again, but after entering it, the authentication failed. I've also tried using my access toke…
-
Description of the bug:
Issue 1. For the Twitter\twurl.git repository the graphs are not responding on trying to switch between formats of style or timelines
Issue 2. For the Twitter\twurl.git …
-
HI.
I am currently using your code.
This is really useful.
I have one question.
Now,I can only post to my account which create api key but I want to post tweets to another account.
I know another…
ghost updated
4 years ago
-
Yesterday, I was successfully calling the Twitter API through Google Cloud Shell, and today, all twurl commands return "-bash: twurl: command not found".
I'm not understanding the meaning of "-bash…
-
The JSON formatting `--json-pretty` option only works on single API response objects. Timelines are arrays of JSON objects, and are not formatted
### Expected behavior
`twurl -j /1.1/statuses/me…
-
MacOS 10.11.6: tweeting with alias fails: twurl tweet -d 'status=Testing twurl'
### Expected behavior
twurl works with pathnames, no aliases work.
### Actual behavior
steve$ twurl -v
0.9.…
-
Ability to use twurl without having to run authorize first if you already have consumer key/secret and access token/secret from developer.twitter.com
### Expected behavior
specifying -c -s -a -S…
-
When trying to send a tweet with an asterisk in it, twurl responds with a "Could not authenticate you." message.
### Expected behavior
When I run `twurl -X POST -d "status=*tweet*" /1.1/statuses…
-
Allow twurl to make OAuth 2 app-only requests as described at https://dev.twitter.com/docs/auth/application-only-auth.
-
Hi,
The two step process to ensure the correct username is used (in a script for example):
twurl set default username
twurl tweet -d status="why's that?"
Seems a bit awkward. Couldn't -u be used f…