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

https://github.com/jonfairbanks/site-bot

Visualize a website and its outbound links
https://github.com/jonfairbanks/site-bot

scraper webcrawler

Last synced: 8 months ago
JSON representation

Visualize a website and its outbound links

Awesome Lists containing this project

README

          

# site-bot

![site-bot](sample.png)

Scrape a website and it's outbound links
- Visualize the flow of links
- Extract HTML and Links Found

#### Usage
```
pipenv shell
pipenv install
python index.py https://mycoolsite.com
```