Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rennancockles/dfus

Depth-First URL Search
https://github.com/rennancockles/dfus

Last synced: 14 days ago
JSON representation

Depth-First URL Search

Awesome Lists containing this project

README

        

# DFUS - Depth-First URL Search

Script to crawl a web page looking for URLs of the same domain. It uses the Depth-First Search (DFS) algorithm for discovering the URLs.

## Usage

```commandline
python dfus.py initial_url
```