Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $TorrentName = $arg[0]
  2. $parameters = New-Object System.Collections.Specialized.NameValueCollection
  3. $parameters.Add("token", "aBsxxxxxxxxxxxxxxxxU5FBteaazzbzx")
  4. $parameters.Add("user", "uWtxxxxxxxxxxxxxxxxxxxxxxxxxGWJcV")
  5. $parameters.Add("message", "Your torrent $arg[0] has finished dowloading.")
  6. $client = New-Object System.Net.WebClient
  7. $client.UploadValues("https://api.pushover.net/1/messages.json", $parameters)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement