Hi folks,
I've been trying to dig up quick/easy options for making a twitter bot. I'm looking for functionality similar to bots like ThreadReaderApp - basically responding to commands when the bot gets mentioned and interfacing with other web APIs.
Any recommendations for no-code/low-code tools that do this?
The no code tools I've checked so far fit into one of two categories:
Twitter functionality is limited so you can't reply to a tweet
You have to manage authentication yourself
If I'm going to have to handle generating a signature then it'd be easier to just use libraries and spin up a coded solution somewhere.
Thanks @Art West - I haven't used either of those. Do you know if they can generate the required auth signature?
The other tools I've looked at (Zapier, Make, etc) can also do API requests, but run into the problem of having to work out how to generate that signature.
What about building the logic in tool like WeWeb or Bildr using api requests ?