Skip to content

.NET Standard library for getting Trending Repositories on GitHub

License

Notifications You must be signed in to change notification settings

aalok05/TrendingRepoParser

Repository files navigation

TrendingRepoParser

NuGet

A .NET Standard library that parses owner and repository name from GitHub Trending page.

Get it from NuGet

Usage

You can get Today, Weekly and Monthly trending repositories.

public enum TimeRange
{
    TODAY, WEEKLY, MONTHLY
}

Just pass the TimeRange enum to ExtractTrendingRepoNames method

await TrendingRepoParserService.ExtractTrendingRepoNames(TrendingRepoParserService.TimeRange.TODAY);

Dependencies

About

.NET Standard library for getting Trending Repositories on GitHub

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages