twurl icon indicating copy to clipboard operation
twurl copied to clipboard

OAuth-enabled curl for the Twitter API

Results 22 twurl issues
Sort by recently updated
recently updated
newest added

I have created an application which I want to use so that whenever my Twitter account is mentioned, an HTTPS endpoint is hit. The app is deployed in a `Production`...

This PR includes: - bump minimum supported Ruby version to 2.5 https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/ - remove `--no-ssl` option as all endpoints are now forced to use TLS anyway - workaround for OpenStruct...

Enhancement
BugFix

**Describe the bug** I try to update welcome message and got this error message **To Reproduce** Steps to reproduce the behavior: 1. Send next request `twurl -A 'Content-type: application/json' -X...

Bug
Investigate

**Describe the bug** When issuing the follwoing command: `twurl -H upload.twitter.com "/1.1/media/upload.json" -f a.jpg -F media -X POST -t` I get the error: ``` -> "HTTP/1.1 404 Not Found\r\n" ->...

**Describe the solution you'd like** curl supports following HTTP 3xx redirects via the -L option. It would be great if twurl could have a similar behaviour.

Enhancement

**Describe the bug** The following command works as expected, but always terminates with an error "end of file reached" after precisely 5 minutes: ``` twurl -j -t -d follow=783214 -H...

**Describe the bug** I followed the instructions in install.md ie `gem install twurl` and I see: ``` Successfully installed twurl-0.9.6 Parsing documentation for twurl-0.9.6 Done installing documentation for twurl after...

I've created my app: ``` https://developer.twitter.com/en/portal/projects/redacted/apps/redacted/settings ``` It has all the permissions: It has fresh keys generated on: ``` https://developer.twitter.com/en/portal/projects/redacted/apps/redacted/keys ``` I do: ``` bash rm ~/.twurlrc* twurl authorize -c...

Bug

**Describe the bug** Using Twitter API 1.1, the error occurs if option 'status' contains '&' in twurl CLI gem. **To Reproduce** Steps to reproduce the behavior: 1. Install twurl gem...

Bug