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

https://github.com/bebatut/tools-iuc-stats

Extraction of statistics from the tools-iuc GitHub repository
https://github.com/bebatut/tools-iuc-stats

Last synced: over 1 year ago
JSON representation

Extraction of statistics from the tools-iuc GitHub repository

Awesome Lists containing this project

README

          

Extraction of statistics from the tools-iuc GitHub repository
================

# Usage

## Requirements

- [conda]()
- Create the conda environment:

```
$ conda create -f environment.yaml -n tools-iuc-stats
```

## Extraction of the GitHub statistics

- Launch the conda environment

```
$ source activate gcc_06_17
```

- Generate a Personal access tokens on GitHub (in Setting)

- Extract statistics and contributors picture from the GitHub repository

```
$ snakemake --snakefile src/extract_github_info.py
```