Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vikstrous/tox-crawler

A crawler of the Tox p2p network
https://github.com/vikstrous/tox-crawler

Last synced: 4 days ago
JSON representation

A crawler of the Tox p2p network

Awesome Lists containing this project

README

        

# Tox Crawler

This project is a crawler of the tox network. It's built in Go using the [gotox](https://github.com/vikstrous/gotox) library.

To deploy:

```
docker run --name tox-crawler -d -p 80:7071 --restart always -v $(pwd)/data:/go/src/github.com/vikstrous/tox-crawler/data vikstrous/tox-crawler
```

Example of a graphs it can produce right now:

![screenshot](https://raw.githubusercontent.com/vikstrous/tox-crawler/master/screenshot.png)

![screenshot](https://raw.githubusercontent.com/vikstrous/tox-crawler/master/screenshot2.png)