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

https://github.com/rudissaar/web-spider

A basic sample of Web Spider written in Python.
https://github.com/rudissaar/web-spider

bot urllib urllib3 web-crawler web-scraping web-spider

Last synced: 21 days ago
JSON representation

A basic sample of Web Spider written in Python.

Awesome Lists containing this project

README

          

# Web Spider

A basic sample of Web Spider that takes base URLs and then tries to find all other URLs on that page,
feel free to fork this repository and build your own functionality on it.