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.4.1.tar.gz
(30.3 kB
view details)
File details
Details for the file scrapinglib-0.4.1.tar.gz.
File metadata
- Download URL: scrapinglib-0.4.1.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbb9768344ef4ae2fe66a8e8b24a7e708de8f996ee6a07e46f28d1feb9760126
|
|
| MD5 |
4edd394d9b259c2d2270530045e3a03d
|
|
| BLAKE2b-256 |
4ce3fc28c36c5dbbf2631283a2789bc864ba552ad2950ce9fa047dc5178b8cb0
|