Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flexoid/web-crawler-clojure


https://github.com/flexoid/web-crawler-clojure

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

## Simple web crawler

### Examples

$ cat samples/sites.txt

http://stackoverflow.com
http://github.com
http://redis.io

$ lein run samples/sites.txt 2
......

### Run specs

$ lein test

### TODO

* Add support of relative URLs
* Do not process repeating links