pypostman is a command-line interface that allows to automate multiple api calls from postman collections, additionally it also allow you to compress and save the response to a local directory or to an AWS S3 bucket.
Thereby allowing you to manage your api calls using postman, then automate and process their response using python.
Example:
https://github.com/yudiell/energy-apis
- http.py
- logger.py
See the example.
Pypi:
pip install python-postman
See example