mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2957] [CLOSED] Add Conduit to Web Crawling section #8975
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2957
Author: @bkauto3
Created: 3/11/2026
Status: ❌ Closed
Base:
master← Head:add-conduit📝 Commits (1)
3eb3bc5Add Conduit to Web Crawling section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Summary
Add Conduit to the Web Crawling section.
Conduit is a free, MIT-licensed headless browser for Python that adds cryptographic audit trails to browser automation and web crawling:
Install:
pip install conduit-browserHidden Gem Justification
Conduit solves a problem no other Python browser automation tool addresses: cryptographic proof of what happened during a browser session. Every action is SHA-256 hash-chained and Ed25519 signed, producing self-verifiable proof bundles that anyone can independently verify without trusting the tool or operator.
This is uniquely valuable for:
No other tool in the Web Crawling section (or on PyPI) provides tamper-evident, cryptographically signed browser session logs.
Note: This list already includes browser-use for AI browser automation. Conduit serves a different purpose -- it focuses on cryptographic accountability and tamper-evident proof for browser sessions, rather than making websites accessible for AI agents.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.