pagecrawl

command module
v0.0.0-...-998d933 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2023 License: GPL-3.0 Imports: 15 Imported by: 0

README

PageCrawl


A dead simply page crawler.

This is a toy project to play with Go.

Configuring

This tool can be configured with an INI file. It has 3 sections:

  • Log
  • Network
  • Output
Log

Lets you configure the path and name of the log file.

  • Path The path to where the log file is WITHOUT trailing slash. Defaults to the current directory.

  • Name The name of the path (without timestamp or extension)

Network

Currently only configures the contents of the 'From' header.

  • From The value of the 'From' header. You should set this to your email or preferred contact info.
Output

Configures where the results should be sent to.

  • Kind The kind of sink to output to. Currently only supports stdout.

  • Path Doesn't do anything right now.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL