🔍 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.9
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.9.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eidminer-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.1 kB
Release files / eidminer-0.1.9.tar.gz
| Download URL | eidminer-0.1.9.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1071375b53b9e9719e58b47097c9b274885a1be3e818ab04356a42410b523da7
|
|
BLAKE2b-256 checksum How to use checksums |
88c0a9758b137477c15ac95a5dca8045f51db3492b033e8a285aba52c47a9206
|
| 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.9-py3-none-any.whl
| Download URL | eidminer-0.1.9-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
13f0f56817969fb8c11198f5386e20f8975d02b9d719bc60b8c0ed422444fbb3
|
|
BLAKE2b-256 checksum How to use checksums |
1b05fb4d3abd62f09f025bfcfd3ca4f6b9d64cccb730ee69d37c4d9b34878644
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.4
|