UNPKG

crawler-user-agents

Version:

This repository contains a list of of HTTP user-agents used by robots, crawlers, and spiders as in single JSON file.

17 lines (14 loc) 364 B
dist: jammy language: python python: 3.11.0 install: - pip3 install -r requirements.txt - npm clean-install script: - set -e - py.test -vv - python3 validate.py - php validate.php - git checkout . - npm version `node -e 'pacote=require("pacote");pacote.manifest("crawler-user-agents").then(pkgJson => { console.log(pkgJson.version); });'` - npm version patch