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

https://github.com/philipglazman/sprinter

Basic limited web crawler that prints links limited to a single domain.
https://github.com/philipglazman/sprinter

Last synced: 3 months ago
JSON representation

Basic limited web crawler that prints links limited to a single domain.

Awesome Lists containing this project

README

        

# Sprinter
Sprinter is a web crawler that looks for links on the same domain.

## Installation
make

Program accepts a flag `-root=`.

## TODO
* Handle HTTP 429, 403, and other mechanisms related to rate-limiting.
* If we can find a sitemap, we should use it.
* Would be nice to add itests, and fuzz tests.