An open API service indexing awesome lists of open source software.

https://github.com/immannino/milton


https://github.com/immannino/milton

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# milton - webcrawler

> got bored and wanted to track news SEO data over the course of the hurricane. This repo is a general purpose SEO meta tag crawler (super barebones) that crawls a site on demand.

## Usage

Go 1.23 Installed

**Build App**
```
go build
```

**Usage Text**
```
NAME:
milton - SEO Scraper

USAGE:
milton [global options] command [command options]

COMMANDS:
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--url value, -u value
--list value, -l value
--help, -h show help
```

## Resources

- gocolly/colly
- sqlite3
- urfave/cli