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

https://github.com/mateusfg7/github-user-lines

Count how many lines a Github user wrote, based on your github public repos and forks.
https://github.com/mateusfg7/github-user-lines

Last synced: 9 months ago
JSON representation

Count how many lines a Github user wrote, based on your github public repos and forks.

Awesome Lists containing this project

README

          

# github-user-lines
Count how many lines a Github user wrote, based on your github public repos and forks.

## Usage

1. Run `python fetch-repos.py` to fetch all repos from user and save to a text file.
2. Run `bash count-lines.sh` to count line of each repo, and sum the number of lines of a selected author.

The result will be outputed on the terminal.

*Note that the username that will be fetched was set as a hard code, you need to change it to fetch your repos.