3 changed files with 34 additions and 3 deletions
@ -1,2 +1,3 @@
@@ -1,2 +1,3 @@
|
||||
parameters.wiki |
||||
parameters.xml |
||||
parameters.xml |
||||
cookies.txt |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
python px_process_params.py |
||||
|
||||
rm cookies.txt |
||||
curl --cookie cookies.txt --cookie-jar cookies.txt --user-agent Mozilla/4.0 --data "u=$XMLRPCUSER&p=$XMLRPCPASS" https://pixhawk.org/start?do=login |
||||
curl -k --cookie cookies.txt -H "Content-Type: application/xml" -X POST --data-binary @parameters.wiki "https://pixhawk.org/lib/exe/xmlrpc.php" |
Loading…
Reference in new issue