Skip to content

Converts curl statements to python using command line

License

Notifications You must be signed in to change notification settings

Amor122/curl2.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curltopy

Converts curl statements from Chrome's DevTools or Firefox's Tools to executable python 2 and 3 compatible code.

I was inspired to write a command line version after seeing @NickCarneiro's web app on curl.trillworks.com.

Install

pip install curltopy

Usage

  1. Open Chrome's DevTools or Firefox's Tools

  2. Click on the Network tab

  3. Navigate to a website

  4. Right click on a call and click Copy > Copy as cURL

  5. Here is a template. Replace the curl statement with the one captured from the browser.

     curltopy 'curl "http://example.com" -H "Pragma: no-cache"' > runme.py
     chmod +x runme.py
     ./runme.py
    

About

Converts curl statements to python using command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%