Script for converting Charlesproxy output to a Postman json file. For Python 2, use charles_to_postman_27.py; otherwise, use charles_to_postman.py
- In Charlesproxy, choose File | Export Session...
- Select the "JSON Session File" format
- Use the resulting file as the input parameter for charles_to_postman.py
usage: charles_to_postman.py [-h] -i INPUT -o OUTPUT -n NAME
Charlesproxy to Postman converter
optional arguments:
-h, --help show this help message and exit
required arguments:
-i INPUT, --input INPUT
Input file in the *.chlsj format
-o OUTPUT, --output OUTPUT
Output file
-n NAME, --name NAME Name of the target Postman collection```