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
- Host: GitHub
- URL: https://github.com/bebatut/tools-iuc-stats
- Owner: bebatut
- Created: 2017-06-23T09:14:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T14:01:11.000Z (about 9 years ago)
- Last Synced: 2025-02-08T04:18:27.650Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```