brozzler - distributed browser-based web crawler
Find a file
2015-09-16 19:24:48 +00:00
bin detect jobs finishing! (not well tested yet) 2015-09-09 22:11:48 +00:00
brozzler Rethinker moved to pyrethink library 2015-09-16 19:24:17 +00:00
docker Dockerfile for brozzler worker 2015-09-15 23:02:37 +00:00
.gitignore update readme, s/umbra/brozzler/ in most places, delete non-brozzler stuff 2015-07-13 17:09:39 -07:00
cluster-control.sh separate virtualenvs 2015-09-16 19:23:11 +00:00
license.txt apache license 2014-09-02 16:10:00 -07:00
README.md support for specifying rethinkdb database name; wrap rethinkdb operations and retry if appropriate (as best as we can tell) 2015-08-28 00:37:26 +00:00
requirements.txt missed "git+" 2015-09-16 19:24:48 +00:00
setup.py Revert "use dependency_links instead of requirements.txt in spite of ugliness of --process-dependency-links, #egg=..., so that dependent projects can use brozzler more easily" 2015-08-26 19:44:04 +00: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 also uses youtube-dl to enhance media capture capabilities.

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

Brozzler is designed to work in conjunction with warcprox for web archiving.

Installation

git clone https://github.com/nlevitt/brozzler.git
cd brozzler
# set up virtualenv if desired
pip install -r requirements.txt .

Brozzler also requires a rethinkdb deployment.

Fonts for good screenshots

On ubuntu 14.04 trusty I installed these packages:

xfonts-base ttf-mscorefonts-installer fonts-arphic-bkai00mp fonts-arphic-bsmi00lp fonts-arphic-gbsn00lp fonts-arphic-gkai00mp fonts-arphic-ukai fonts-farsiweb fonts-nafees fonts-sil-abyssinica fonts-sil-ezra fonts-sil-padauk fonts-unfonts-extra fonts-unfonts-core ttf-indic-fonts fonts-thai-tlwg fonts-lklug-sinhala

Haven't looked much at the resulting screenshots yet though.

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.