Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitexie/har2postman
Convert HAR(HTTP Archive) to Postman Collection.
https://github.com/whitexie/har2postman
http-archive postman
Last synced: 22 days ago
JSON representation
Convert HAR(HTTP Archive) to Postman Collection.
- Host: GitHub
- URL: https://github.com/whitexie/har2postman
- Owner: whitexie
- License: mit
- Created: 2019-12-26T14:16:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T14:12:16.000Z (over 3 years ago)
- Last Synced: 2024-12-01T01:06:42.843Z (22 days ago)
- Topics: http-archive, postman
- Language: Python
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Har2Postman
[![unittest](https://github.com/whitexie/Har2Postman/workflows/unittest/badge.svg)](https://github.com/whitexie/Har2Postman/actions/workflows/unittest.yml)
> 将har文件转换为postman可导入文件## 安装
```shell script
pip install Har2Postman
```## 使用
1.将har文件转换为postman可导入文件
```shell script
har2postman postman_echo.har# INFO:root:read postman_echo.har
# INFO:root:Generate postman collection successfully: postman_echo.json
```
2.在postman中导入postman_echo.json文件
![](https://i.loli.net/2020/02/11/7e1Zm2wrNIF5WEB.png)