• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


01 Dec, 2024

Updated at 02 Dec, 2024

Testnet Functionality Badly Needed

Just venting at how annoying it is to actually develop for the new API. One of the most basic functionalities is using the GET /2/tweets/search/recent endpoint. It’s limited to 1 request every 15 minutes, and you can’t even request just one tweet matching your filter, it has to be 10 minimum, and that means you only get 10 cracks at debugging your bot per month. God forbid you see 100 per request is possible and misinterpret, because you are done for a month if it works.

There is a simple solution to this and that is truncating data for requests flagged with test.

Sure, what we are building will require $5k a month plan, but it will never get built if developing it is impossible.

Here’s the flow:

  1. Fetch recent posts @ our account with a matching hashtag.

  2. Run those through a local LLM tailored to shitpost relating to the Trumposphere.

  3. Reply back to the user with content.

It’s pretty fun. I mean, will it make money ever? Who knows, but this is something that we banged out in a day for Telegram bots, but it’s impossible on X.

Even on the $200 plan, you are getting capped very quick and stalling development on other endpoints.

The $200 plan should be the Premium included price. Hobbyists like us just want to mess around, not use business critical features like real time streams and authentication for apps. If something takes off then a plan of pay as you go makes sense as well.

And to end this rant, it still says $100 to signup for the paid tier. You go to checkout and it’s now $200. After today’s experience hitting the rate limit wall I will not be paying $200, because it doesn’t even allow us to develop properly. Keep in mind most software engineers make less than $1000 a month these days. Pretty horrific.

/rant

1 post - 1 participant

Read full topic