Andy Piper
Andy Piper
I've been playing with it on-and-off for a while since I based one of my own scripts on yours :-) but I've not worked it out yet. I've been on...
Great, thanks for asking about this, and for maintaining Swifter! The core auth flow remains the same, but the data formats are very different, and the API is much more...
(This is also a requirement before the list can be submitted to the main Awesome project)
Actually this should wait until things are much more mature, or it could get spammy with updates on every commit and CI run.
The error message explains what you need to do to have the application write access re-enabled. If your app is only sending replies, and if they are unsolicited replies /...
> In my case, I've created a new twitter app (in may2022) with an elevated access => And I released that several changes are made to the creation of twitter...
Ah, thanks for this tip - I’ll give it a try.
The documentation you're looking at there is for the newer Twitter Developer Labs filterered stream API - this library hits the v1.1 statuses/filter endpoint, documented [here](https://developer.twitter.com/en/docs/tweets/filter-realtime/api-reference/post-statuses-filter). This stream provides 1%...
The main documentation for our parsing is [here](https://developer.twitter.com/en/docs/counting-characters), however it doesn’t specifically call out hashtags. What are you interested in, whether or not a hashtag is just a term starting...
Since this endpoint expects a JSON body, you might need to [apply this patch](https://github.com/J7mbo/twitter-api-php/pull/250) for it to work.