Hello guys !
So i'm trying to make my script push notifications to my android device trought the Pushover application the thing is they don't offer the code for AutoIt so could you please help me out translating this code !
this is the C#/.NETÂ version of the code.
var parameters = new NameValueCollection {
{ "token", "APP_TOKEN" },
{ "user", "USER_KEY" },
{ "message", "hello world" }
};
using (var client = new WebClient())
{
client.UploadValues("https://api.pushover.net/1