Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tosone/githubtraveler
Travel all of the GitHub users, orgs, repos.
https://github.com/tosone/githubtraveler
crawler github golang
Last synced: about 2 months ago
JSON representation
Travel all of the GitHub users, orgs, repos.
- Host: GitHub
- URL: https://github.com/tosone/githubtraveler
- Owner: tosone
- License: mit
- Created: 2018-01-25T15:56:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T01:08:23.000Z (about 4 years ago)
- Last Synced: 2024-06-21T03:10:47.854Z (6 months ago)
- Topics: crawler, github, golang
- Language: Go
- Homepage:
- Size: 17.5 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# GithubTraveler
[![Build Status](https://travis-ci.org/EffDataAly/GithubTraveler.svg?branch=master)](https://travis-ci.org/EffDataAly/GithubTraveler) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/c2081378a1b84f0da0855a10787981cf)](https://www.codacy.com/app/EffDataAly/GithubTraveler?utm_source=github.com&utm_medium=referral&utm_content=EffDataAly/GithubTraveler&utm_campaign=Badge_Grade)
Travel all the github users, orgs, repos.
### How to compile
- Need golang 1.10.0 or later version.
- Need gcc or Mingw.
- Compile just `make`.### How to run
Get the help info:
Get the compile version info:
Run the crawler:
``` bash
% GithubTraveler-drawin crawler
```Run in docker:
``` bash
% cd docker/sqlite3 && docker-compose up -d --build
```