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

https://github.com/schickling/dunkelziffer

News crawler for the deep web
https://github.com/schickling/dunkelziffer

Last synced: over 1 year ago
JSON representation

News crawler for the deep web

Awesome Lists containing this project

README

          

dunkelziffer
============

News crawler for the deep web

## Install

```sh
$ npm install
```

## Run local webserver
```sh
$ npm start
```

## Run TOR Docker Proxy

Pull and run the Docker image `nagev/tor` and bind port `9050` via the following command:

```sh
$ docker run -d -p 9050:9050 nagev/tor
```