Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```