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
- Host: GitHub
- URL: https://github.com/schickling/dunkelziffer
- Owner: schickling
- Created: 2014-10-25T17:50:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T13:36:36.000Z (over 11 years ago)
- Last Synced: 2025-03-26T00:35:54.664Z (over 1 year ago)
- Language: JavaScript
- Size: 977 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```