跳转到主要内容

stackscrape.

项目描述

从Stack Overflow获取符合某些标准(标签或标题文本)的问题和答案。

Usage:
  stackscrape [-s SITE] [-t TAG] [-f TEXT] [-d DAYS] [-n NUM] [-o OUT]
  stackscrape -h | --help
  stackscrape --version

Get questions and accepted answers from a StackExchange site.

Options:
  -s SITE --site=SITE     Which StackExchange site to query. [default: stackoverflow]
  -t TAG --tag=TAG        Fetch questions tagged with the given TAG.
  -f TEXT --filter=TEXT   Fetch questions containing the given TEXT in the their title.
  -d DAYS --days=DAYS     How many days back to go. [default: 365]
  -n NUM --num=NUM        Max number of items to fetch. [default: 1000]
  -o OUT --out=OUT        Save results to file OUT.
  -h --help               Show this screen.
  --version               Show version.
  

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。

源代码分发

stackscrape-0.3.tar.gz (3.7 kB 查看散列值)

上传时间: 源代码

构建分发

stackscrape-0.3-py2.py3-none-any.whl (4.5 kB 查看散列值)

上传时间: Python 2 Python 3

支持