文件名称:torrent-tracker-scraper:用Python 3编写的UDP洪流跟踪器刮板库
文件大小:622KB
文件格式:ZIP
更新时间:2024-06-11 13:46:51
python bittorrent scraping python3 bittorrent-tracker
洪流追踪器 用Python 3编写的UDP洪流跟踪器抓取器 安装 pipenv install torrent-tracker-scraper pipenv shell 用法 传递信息哈希列表 from torrent_tracker_scraper import scraper scraper = scraper . Scraper ( infohashes = [ "82026E5C56F0AEACEDCE2D7BC2074A644BC50990" , "04D9A2D3FAEA111356519A0E0775E5EAEE9C944A" , ] ) results = scraper . scrape () print ( results ) [ ..., { 'tracker' : 'udp://exp
【文件预览】:
torrent-tracker-scraper-master
----setup.py(801B)
----.gitignore(1KB)
----test_scraper.py(4KB)
----LICENSE(7KB)
----Pipfile.lock(26KB)
----torrent_tracker_scraper()
--------__init__.py(33B)
--------scraper.py(9KB)
--------example.py(306B)
----README.md(3KB)
----pytest.ini(35B)
----Pipfile(201B)
----docs()
--------imgs()
----Jenkinsfile(802B)