🔍 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.7
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.7.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eidminer-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / eidminer-0.1.7.tar.gz
| Download URL | eidminer-0.1.7.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
64cd9212b5ca339e3a8774fda0d6f68d6dd0ecc898f3d35cfc8b2609d8b191f6
|
|
BLAKE2b-256 checksum How to use checksums |
43fa4ec4ccd14a0eb65e83996c1bfc849bfb506737f1aefde3124b1775ce0a70
|
| 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.7-py3-none-any.whl
| Download URL | eidminer-0.1.7-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1bf6e8b6c1f8f9bc4b8f0d50f790cec01993fc29a9288f29f395bf8400cc7cab
|
|
BLAKE2b-256 checksum How to use checksums |
bd81d886f1f5d7adb971e54735f1c02175ddac49cc57b240727261175ddb61c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.4
|