No project description provided
Project description
scrapinglib
使用:
from scrapinglib import search
# 搜刮`TMDB`编号`14534`的电影信息
data = search('14534', 'tmdb', type='general')
# 使用代理
proxydict = {
"http": "socks5h://127.0.0.1:1080",
"https": "socks5h://127.0.0.1:1080"
}
data = search('14534', 'tmdb', type='general', proxies=proxydict)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scrapinglib-0.2.6.tar.gz
(28.0 kB
view details)
File details
Details for the file scrapinglib-0.2.6.tar.gz.
File metadata
- Download URL: scrapinglib-0.2.6.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cef879253c2049c9165724a9d6019c2e3d23133ab57aa1fcd305ae3b820b0545
|
|
| MD5 |
bfa3c4a05fece937900a30ee67c433b9
|
|
| BLAKE2b-256 |
1ea1631cad30825db2f1323a29383ccda6df6c617bdd13042d1ec3a58f69b9b1
|