Copy as Python Requests chrome extension

Version: 1.1
Copy as Python Requests
Copy requests from the devtools network panel as python requests code
5.00 Based on 1 user rates

What is Copy as Python Requests?

Copy as Python Requests is a user agent extension for chrome. it's a free extension , it has 1,000+ active users since released its first version, it earns an average rating of 5.00 from 1 rated user, last update is 467 days ago.


What’s new in version 1.1?

                WebExtension to export traffic of a tab into ready to go Python Requests calls for faster traffic mimicing.

== Usage==

With the extension installed:
1. Open the Browser Devtools.
2. Click around and generate the requests you want to export (see Network tab in Devtools).
3. Click extension icon in toolbar at the top.
4. Copy desired Python requests code from popup.

== Features ==

- Generate Python code for every request observed by the open devtools.
- Configurable filters through extension options page:
    - Ignore requests to static resources by filtering response content-types.
    - Ignore auto-generated HTTP headers like User-Agent and Connection.
- Optionally hide blocked requests or 404 responses for requests e.g. for missing favicon.ico.
- Optionally generate a requests.session() instance.
    - Try to hide cookies set by a response from an earlier request in the session.

== Changelog ==
## 1.1.0 - 2023-01-16

### Added

- Add option to quickly disable the whole filter lists.
- Add option to render params, headers, cookies etc on separate lines.

### Changed

- Removed unneeded `host` permission. Apparently the devtools permission is enough to read the network HAR.
- Sort requests by start date if they aren't already.

### Fixed

- Fixed generating of `multipart/form-data` postData when the params aren't available in a pre-parsed form in the HAR.
- Fixed extension losing connection to devtools after some time of inactivity.            

How to install Copy as Python Requests?

You could download the latest version crx file or older version files and install it.


Preview of Copy as Python Requests


Technical Features:

  • Latest Version: 1.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Tuesday, January 17th, 2023
  • Author: Peace-Maker

Copy as Python Requests Available languages:

English.


FAQ


Reviews of copy as python requests:


Atnik March 29th, 2023
Atnik

Very handy

Read more review & comments of copy as python requests