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.3.3.tar.gz
(30.3 kB
view details)
File details
Details for the file scrapinglib-0.3.3.tar.gz.
File metadata
- Download URL: scrapinglib-0.3.3.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 |
ead8db18d46b6cc7fe7cf5efb9f2bd3f3786cb31da796ce9eaa3ef0ce02dc40c
|
|
| MD5 |
b52886c7644252cf94e040c4c14e463b
|
|
| BLAKE2b-256 |
071b0d38b803aef46d19db33c3883cb83a4470cabc7f5f7bd0bee67089739002
|