Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zdunecki/crawlerd

crawlerd is a crawler daemon for small crawling jobs.
https://github.com/zdunecki/crawlerd

Last synced: 14 days ago
JSON representation

crawlerd is a crawler daemon for small crawling jobs.

Awesome Lists containing this project

README

        

# crawlerd

**crawlerd** is a crawler daemon for small crawling jobs.

## commands
* `make grpc-gen` - generate grpc code
* `make compose-up` - run all crawlerd services in docker
* `make run-e2e-tests` - run e2e tests inside docker
* `make run-worker-integration-tests` - run integration tests inside docker

## TODO
**crawlerd** is still not production ready, below is the list needed for first production release:
- [ ] Rotating IP
- [ ] HTTP/Socks Proxy
- [ ] Fix bugs