Hi all!
I have a bird feeder that is controlled via the Internet. She has her own dedicated IP.
I want to teach a night bot to turn on the feeder if a viewer writes the command “on” in the chat.
I launched a Python webhook + flask on a remote server.
How can I make a bot command so that it sends a command and username to the webhook address? There I could handle her and send a command to the feeding trough. I'm just learning Python and it's hard for me to figure out how to do this.