I made an SMS chat bot

I made a chat bot in python that uses text message for input using TWILIO and OPENAI by following this article the repl is right here if you wanna see it, to actually text with it you have to fork it and add in the webhook in the twilio dashboard

2 Likes

I wanted to do this as well, but an issue that I kept seeing was that the Twilio is only free for a couple of weeks or smth. Is it doing this for you?

2 Likes

I made a chatbot that learns based on user input, it searches for responses similar to the given input using difflib.

1 Like

Yeah i have the same problem

You don’t need to pay for Twillo or Telnyx to do stuff with the PSTN.
Typically carriers have email-to-text gateways that will let you send stuff for free.

If you need more information, let me know.