← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #679134]: Can Sikuli run a curl command on the command line?

 

Question #679134 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679134

arminius posted a new comment:
I can't use that till I get home.

Is this a likely example?

    import os

    p = os.popen('curl -X GET "https://doc.tech.net/latest/characters/ME/assets/?datasource=server&page=1"; -H "accept: application/json" -H "authorization: Bearer vyJ4jkdciOiZ"')  
    print(p.read())

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.