Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rennancockles/dfus
- Owner: rennancockles
- Created: 2019-01-15T11:37:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T14:51:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T13:20:02.722Z (about 2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```