Skip to content

Application and library to fetch open source libraries details from github to perform due diligence

License

Notifications You must be signed in to change notification settings

kislerdm/github-repo-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo Details

The library to fetch repo details to simplify due diligence when assessing it for further usage.

Features

  • v0.0.1:

    • Source: GraphQL

      • Repo URL

      • License type

      • Is forked

      • Is archived

      • Is disabled

      • Creation Date

      • Last Update Date

      • Adoption:

        • Stargazes:

          • Total count

          • Dynamics: count in time

        • Forks:

          • Count

          • Dynamics: count in time

        • Watchers:

          • Total count

          • Dynamics: count in time on a daily, weekly, monthly basis

      • Issues:

        • Open issues count

        • Closed issues count

        • Dynamics:

          • Count of issues in time

          • Median duration of issue resolution

      • Releases:

        • Number of releases

        • Last release date

        • Dynamics: time between release

    • Source: RestAPI

License

The library and tooling is distributed under the MIT license.

Applications

Github Trending Repos

The app generates the list of trending repos on daily and weekly basis. It has integration to telegram.

Logic

  1. GET https://github.com/trending/{{Language}}?since=daily

  2. Extract the info according to the list of features

  3. Generate the output to be displayed as markdown table

  4. Publish to using telegram bot API

About

Application and library to fetch open source libraries details from github to perform due diligence

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages