Class NugetScraper

java.lang.Object
com.maroontress.nugetscraper.NugetScraper

public final class NugetScraper extends Object
A parser to retrieve a list of NuGet packages that the specified organization has released and how many of each have been downloaded.
  • Method Details

    • toProfile

      public static Profile toProfile(String content)
      Parses the HTML page in https://www.nuget.org/profiles/... and returns the new Profile object.
      Parameters:
      content - A string representing the HTML page.
      Returns:
      The new profile object.