Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vikstrous/tox-crawler
- Owner: vikstrous
- License: agpl-3.0
- Created: 2015-10-22T07:16:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T04:07:21.000Z (over 8 years ago)
- Last Synced: 2025-01-02T03:42:17.255Z (8 days ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)