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
- Host: GitHub
- URL: https://github.com/jonfairbanks/site-bot
- Owner: jonfairbanks
- Created: 2023-04-12T18:28:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T18:46:32.000Z (over 2 years ago)
- Last Synced: 2025-01-11T02:05:09.709Z (9 months ago)
- Topics: scraper, webcrawler
- Language: Python
- Homepage:
- Size: 7.64 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# site-bot
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
```