Skip to main content

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


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)

Uploaded Source

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

Hashes for scrapinglib-0.6.1.tar.gz
Algorithm Hash digest
SHA256 066f4cdb85660f7700303d0a8b87e4ddec3b0b8d523e09bbf94354bed4c5f54b
MD5 aadb15444508318c750f0d252f8e313e
BLAKE2b-256 1bc0f3d4cb0992384f8b14e3920355b6116c584d4633108068b29a836b4a2e25

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page