You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
.gitignore | 2 months ago | |
README.md | 2 months ago | |
logo.png | 2 months ago | |
logo_small.png | 2 months ago | |
uncurl-gui | 2 months ago |
README.md
uncurl-gui
This is a simple GUI for uncurl. What does it do?
It transforms curl calls into Python code. Firefox and Chromium allow to copy requests
as curl, this tools allows to mimick the calls websites make in a Python script.
I usually use curlconverter.com for this task, but I don't like the idea of relying on a website (I know it's all on GitHub, but why use a webpage altogether (bloat!!1!)?).
If I complain about bloat, why a gui? Because curl commands contain single and double quotes. This is the most convenient way I found to feed the copied curl to uncurl
.
The output is printed to stdout.
Warning: uncurl is tailored for DevTools.
See also: curlconverter.