Sorry if this isn't in the correct section, didn't really know where to post it but I hope this is the right section.
Basically, I'm trying to write a script that manipulates a poll and keeps sending the value and increasing the vote count. I heard you can do this using a cURL script but I'm not too familiar with cURL.
The is a poll located here: livewire.kcra.cmo/Event/High_School_Playbook_-_Games__Polls . What I got so far is that the poll sends a GET request to livewire.kcra.cmo/api/rest/poll/12343/vote/45367?format=json
I'm not too sure of where to go from there, the id number of the poll is 12343 and the id of the option is 45367. If anybody can help me with the script, I'd greatly appreciate it, thanks.
Btw, if there is another solution that does not use cURL, please let me know as well. Thanks a bunch!
[TD="class: postcell"][/TD]
Basically, I'm trying to write a script that manipulates a poll and keeps sending the value and increasing the vote count. I heard you can do this using a cURL script but I'm not too familiar with cURL.
The is a poll located here: livewire.kcra.cmo/Event/High_School_Playbook_-_Games__Polls . What I got so far is that the poll sends a GET request to livewire.kcra.cmo/api/rest/poll/12343/vote/45367?format=json
I'm not too sure of where to go from there, the id number of the poll is 12343 and the id of the option is 45367. If anybody can help me with the script, I'd greatly appreciate it, thanks.
Btw, if there is another solution that does not use cURL, please let me know as well. Thanks a bunch!
[TD="class: postcell"][/TD]