You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry, I missed the "please create an issue" line.
I've made a PR suggesting implementing a multi delete endpoing similar to GET /2/tweets/ but for DELETE, with the other option being easing the rate limit on DELETE /2/tweets/:id so that people can quickly delete large swathes of their timeline as they currently can(50requests /15m is rather low given it was previously an unlimited call).
Happy to discuss it here if folk would prefer.
The text was updated successfully, but these errors were encountered:
@adacable I recently ran into this exact issue when building out a script to mass delete tweets.
While I agree, this limit is so low you can't really use it - I was able to get around this by requesting "elevated access" on my app inside the twitter developer dashboard. It was free and I was granted access instantly.
Yep, it's not solving the actual problem though- this is an issue with the v2 api, requesting an adjustment to it- "use the V1 api" is not a solution. OTOH, I suspect the people monitoring this repository have been fired, and no-one knows it exists so.
Hi, sorry, I missed the "please create an issue" line.
I've made a PR suggesting implementing a multi delete endpoing similar to GET /2/tweets/ but for DELETE, with the other option being easing the rate limit on DELETE /2/tweets/:id so that people can quickly delete large swathes of their timeline as they currently can(50requests /15m is rather low given it was previously an unlimited call).
Happy to discuss it here if folk would prefer.
The text was updated successfully, but these errors were encountered: