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

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


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

Last synced: about 1 year 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