- Joined
- Mar 30, 2023
- Messages
- 1
- Reaction score
- 0
Hi all - have no idea if I am in the right forum for this question but seems like a good place to start.
I am trying to create some automation with MacroDroid on android phone sending commands as message to a chat room on tlk.io (a no registration chat-room website) - these message can be read by my automation software on my windows pc to execute commands.
I have manged to get most of the chain working but I cant figure out how to write the HTTP request POST message that MacroDroid can send.
The reason I am here is that I assume there is a way to monitor the string that is sent from my web browser when I post a message on the website - if i can figure out the string I can copy it to the HTTP Request message. Someone on AutoHotKey forum has worked out the "JSON data from the API data" which he done "by monitoring the data transfer as he interacted with the website" - but all he posted was how to read the messages on the chat room not how to post one.
So, in short I would like to post a message on the chat room without using a browser (and going to the website)
I am trying to create some automation with MacroDroid on android phone sending commands as message to a chat room on tlk.io (a no registration chat-room website) - these message can be read by my automation software on my windows pc to execute commands.
I have manged to get most of the chain working but I cant figure out how to write the HTTP request POST message that MacroDroid can send.
The reason I am here is that I assume there is a way to monitor the string that is sent from my web browser when I post a message on the website - if i can figure out the string I can copy it to the HTTP Request message. Someone on AutoHotKey forum has worked out the "JSON data from the API data" which he done "by monitoring the data transfer as he interacted with the website" - but all he posted was how to read the messages on the chat room not how to post one.
So, in short I would like to post a message on the chat room without using a browser (and going to the website)