A web crawler for QTE parts data
Project description
Usage
- 使用命令行启动 Chrome 浏览器,开启远程调试模式
# MacOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-debug
# Windows
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir="C:\tmp\chrome-debug"
-
在Chrome浏览器地址栏输入 https://www.showmetheparts.com, 然后人工完成验证码
-
安装Python(如果已经安装了Python 3.11,可以跳过此步骤)
# MacOS
brew install python@3.11
python3.11 -m pip install --upgrade pip
# Windows
winget install python --version 3.11
python3.11 -m pip install --upgrade pip
- 安装 qte-parts-crawler
pip3 install qte-parts-crawler==0.1.4
- 运行 qte-parts-crawler
qte-parts-crawler
Development
pip install -r requirements.txt
Package & Publish
python3.11 -m build
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qte_parts_crawler-0.1.5.tar.gz
(11.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qte_parts_crawler-0.1.5.tar.gz.
File metadata
- Download URL: qte_parts_crawler-0.1.5.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76c5fea05ebbf47a46307419775e79b78c8c243212cb9b7a7ce6c0ef4ff98347
|
|
| MD5 |
5f5fe48e96f2c3d197b58bfb07fb1531
|
|
| BLAKE2b-256 |
c65d0f770bd7382b84fed978954933360ea717062630b33d499f0b9f0de60ab3
|
File details
Details for the file qte_parts_crawler-0.1.5-py3-none-any.whl.
File metadata
- Download URL: qte_parts_crawler-0.1.5-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39efd4f62904778aa248b5ba34f125bd35fff936650b970a95312b7eab148f60
|
|
| MD5 |
95a336f3885e1312e4f4827ac9a06334
|
|
| BLAKE2b-256 |
428ae03c520ab23cf385e448c69fc686db15e3cd2cc1f47c3f1fc397fd0f0735
|