Menu

Tree [c96946] default tip /
 History

Read Only access


File Date Author Commit
 debian 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 .hgignore 2014-06-10 Russell Stuart Russell Stuart [20da21] scraper-helper-0.1-1 - the source forge release
 .hgtags 2021-09-17 Russell Stuart Russell Stuart [c96946] Added tag scraper-helper-0.13-1 for changeset 4...
 ChangeLog.txt 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 Makefile 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 Makefile.release 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 README.txt 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 agpl-3.0.txt 2014-06-10 Russell Stuart Russell Stuart [20da21] scraper-helper-0.1-1 - the source forge release
 scraper-helper.1 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 scraper-helper.html 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 scraper-helper.py 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt
 scraper-helper.spec 2021-09-17 Russell Stuart Russell Stuart [406798] Release scraper-helper-0.13-1 - see ChangeLog.txt

Read Me

Scraper-helper
==============

  Scraper-helper is a HTTP proxy that writes everything passing
  through it to a log file and saves the decoded bodies of HTTP
  requests and responses to individual files.  It works with
  HTTPS, which means it performs a man in the middle attack SSL
  do it can decode all encrypted connections as well.

  Documentation is a man page.

  All documentation is readable online at the home page:
    http://scraper-helper.sourceforge.net/

Dependencies
------------

  Python >= 2.6, http://www.python.org
  python-openssl, http://launchpad.net/pyopenssl


Building and Installing
-----------------------

  Packages are available for Debian and RedHat style
  distributions at the home page.  If you install using
  one of those you can skip this section.

  Building is optional.  There is only one source file and
  it can be used directly.

  The build dependencies are:
    - Python2 development system, http://www.python.org
    - A POSIX system (make, unix shell, sed, etc).

  To build the re-distributable, in the directory containing
  this file run:
    make

  To install, in the directory containing this file run:
    make install


License
-------

  Copyright (c) 2014,2015,2019,2021 Russell Stuart.

  This program is free software: you can redistribute it and/or modify it
  under the terms of the GNU Affero General Public License as published by
  the Free Software Foundation, either version 3 of the License, or (at your
  option) any later version.

  The copyright holders grant you an additional permission under Section 7
  of the GNU Affero General Public License, version 3, exempting you from
  the requirement in Section 6 of the GNU General Public License, version 3,
  to accompany Corresponding Source with Installation Information for the
  Program or any work based on the Program. You are still required to
  comply with all other Section 6 requirements to provide Corresponding
  Source.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU Affero General Public License for more details.


--
Russell Stuart
2014-May-09
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.