Skip to content

This project takes username, Github access token and Github URL as input and fetches all Github comments, exports it into Excel

Notifications You must be signed in to change notification settings

ManaliV/GitRepoCommentFetcher

Repository files navigation

Github Repository Comment Fetcher

This project takes username, Github access token and Github URL as input and fetches all Github comments, exports it into Excel

Initial Screen ask to enter details sucha s user name, access token and repository name

InitialScreen

Second Screen displays all commit words and frequency count of each across all commits

ShowsWordWithFrequency

When user clicks on dowload button then word with it's respective frequency count data are downloaded in xlsx file. XlsxExport

All words in each commit are stored into link list. Bubble sort is used to sort words for displaying.

About

This project takes username, Github access token and Github URL as input and fetches all Github comments, exports it into Excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published