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.6.1.tar.gz
(30.3 kB
view details)
File details
Details for the file scrapinglib-0.6.1.tar.gz.
File metadata
- Download URL: scrapinglib-0.6.1.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
066f4cdb85660f7700303d0a8b87e4ddec3b0b8d523e09bbf94354bed4c5f54b
|
|
| MD5 |
aadb15444508318c750f0d252f8e313e
|
|
| BLAKE2b-256 |
1bc0f3d4cb0992384f8b14e3920355b6116c584d4633108068b29a836b4a2e25
|