brozzler - distributed browser-based web crawler
Find a file
2015-07-16 18:43:14 -07:00
bin honor site proxy setting; remove brozzler-worker options that are now configured at the site level (and in the case of ignore_cert_errors, always on, no longer an option); use "reppy" library for robots.txt handling; fix some bugs 2015-07-16 17:19:12 -07:00
brozzler fix buglet 2015-07-16 18:43:14 -07:00
.gitignore update readme, s/umbra/brozzler/ in most places, delete non-brozzler stuff 2015-07-13 17:09:39 -07:00
hq-notes.txt starting work on brozzler crawl hq 2015-07-10 18:01:54 -07:00
license.txt apache license 2014-09-02 16:10:00 -07:00
README.md update readme, s/umbra/brozzler/ in most places, delete non-brozzler stuff 2015-07-13 17:09:39 -07:00
requirements.txt honor site proxy setting; remove brozzler-worker options that are now configured at the site level (and in the case of ignore_cert_errors, always on, no longer an option); use "reppy" library for robots.txt handling; fix some bugs 2015-07-16 17:19:12 -07:00
setup.py update readme, s/umbra/brozzler/ in most places, delete non-brozzler stuff 2015-07-13 17:09:39 -07:00

brozzler

"browser" ^ "crawler" = "brozzler"

Brozzler is a distributed web crawler that uses a real browser (chrome or chromium) to fetch pages and embedded urls and to extract links.

It is forked from https://github.com/internetarchive/umbra.

License

Copyright 2015 Internet Archive

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.