Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/opensauce04/linkshovel

A simple webcrawler written in ruby
https://github.com/opensauce04/linkshovel

nokogiri ruby web-crawler webcrawler

Last synced: 20 days ago
JSON representation

A simple webcrawler written in ruby

Awesome Lists containing this project

README

        

# LinkShovel
A simple webcrawler that will scrape every URL linked to on a given site, and will put it into a `links.txt` file. It will then randomly pick a link from links.txt and will search that page for links, and will then add _those_ to links.txt. This will be repeated indefinitely until the program is turned off