twurl
twurl copied to clipboard
OAuth-enabled curl for the Twitter API
Issue to explore and document compatibility between `twurl` and Ruby v3. Contributions and PRs are welcomed.
A few things to add here for tracking purposes: - `twurl help` returns "Invalid URI detected" - easier to alias this to the same result as `-h` or `--help` -...
I am getting **The JSON string format is invalid** error, When I tried to add the tailored audience user via JSON file. When I tried using the actual payload and...
Since macOS now ships with zsh by default, it would be nice to have a shell completion formula.
I was wondering if it'd be possible for one of you to add an argument to twurl that lets you specify your .twurlrc directory? I'd do it myself but I'm...
By executing Twurl with a pre-loaded access token and consumer keyset while including a "--pretend" or "--only-generate-http-headers" option it would output a string simply consisting of the HTTP Authorization header....
Enhancement idea - enable individual apps and entries in .twurlrc to be labelled. I currently have about 25 apps and accounts and frequently forget which is the correct token I...
In the code/command below, note that my first parameter has two dashes (per this video: https://youtu.be/SF22GlA_nZU) and my second parameter erroneously has _no_ dashes. When I entered this in twurl:...
I was just trying to use the examples in the README but they appeared to need an elevated access ``` " twurl -d 'status=Testing twurl' /1.1/statuses/update.json {"errors":[{"message":"You currently have Essential...
Problem Current CI doesn't run against the most recent Ruby (3.2) Solution Added Ruby 3.2 to the CI matrix Result Ruby 3.2 will be included in the CI runs going...