Back to All

Connecting my bot to a backend.

I have some Python code on my local system that I need to use as the backend for my bot.

How do I pass data from the bot to the backend?
As the Py code is on my local system, I don't have an API address for it as required by the JSON interaction (unless someone can guide me with making it).
This Py code needs to be my backend as it connects to a set of databases, and provides certain other functionalities.