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.5.0.tar.gz
(30.4 kB
view details)
File details
Details for the file scrapinglib-0.5.0.tar.gz.
File metadata
- Download URL: scrapinglib-0.5.0.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfec151f8fa1e06ef9e84025684757116045ec071f1ed411f79ac74db160d128
|
|
| MD5 |
a65df5fb34854603aa9f6f6815b644b2
|
|
| BLAKE2b-256 |
8672338b04dd4402874e9099ae0463a578bcf5fd2d33e2922ee1d043e75fa12c
|