🔍 EID-Miner
ElementID-Miner is a lightweight, high-performance Python utility designed to rapidly scan HTML documents and extract all element id attributes. Perfect for web developers, testers, and scrapers who need to identify unique elements instantly.
✨ Features
- 🚀 Lightning Fast: Built on top of
BeautifulSoup4andrequestsfor maximum efficiency. - 🛠️ Robust Error Handling: Gracefully handles connection timeouts and invalid URLs.
- 📊 Clean Output: Generates a beautifully formatted table of all discovered IDs.
- 📦 Zero Config: Simple command-line interface (CLI) or easy-to-use Python API.
🎅 How To Use 👇
- 🟥 from eidminer import ElementIdFinder
- 🟥 finder = ElementIdFinder()
- 🟥 finder.fetch_ids()
- 🟥 finder.display_results()
🚀 Installation
Install it via pip directly from PyPI:
pip install eidminer
Release files for EIDMiner 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eidminer-0.1.8.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eidminer-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.9 kB
Release files / eidminer-0.1.8.tar.gz
| Download URL | eidminer-0.1.8.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e8385e6f58d24c3e2566345a59a40bdbf118582450d505e29cca87df1ccf42b
|
|
BLAKE2b-256 checksum How to use checksums |
0becd07fc0bd43fc34f556d810a29138c9656964972a28b129846087e21d93ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.4
|
Release files / eidminer-0.1.8-py3-none-any.whl
| Download URL | eidminer-0.1.8-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
912473a4f76759f9e81ec2c08e6aecd6e34a8b584ab38646f01f859e1ac9ff1e
|
|
BLAKE2b-256 checksum How to use checksums |
7893d8f2e4cc9cd9659250e94ad6cfb393c03c29d0714a743afd18bcc5e8a5c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.4
|