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.
- Host: GitHub
- URL: https://github.com/mateusfg7/github-user-lines
- Owner: mateusfg7
- Created: 2021-10-06T16:50:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T19:01:42.000Z (over 4 years ago)
- Last Synced: 2025-02-10T23:35:14.913Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.