{"id":20376891,"url":"https://github.com/xjonathanlei/cookiestxtparser","last_synced_at":"2025-06-10T20:34:15.540Z","repository":{"id":104041245,"uuid":"269264077","full_name":"xJonathanLEI/CookiesTxtParser","owner":"xJonathanLEI","description":"A cookies.txt parser library for .NET Standard","archived":false,"fork":false,"pushed_at":"2020-06-04T08:05:47.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T13:43:01.815Z","etag":null,"topics":["c-sharp","cookies","netstandard"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xJonathanLEI.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-06-04T04:56:39.000Z","updated_at":"2021-03-19T09:42:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e6a4e13-b685-43dd-8511-644d51cf774a","html_url":"https://github.com/xJonathanLEI/CookiesTxtParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJonathanLEI%2FCookiesTxtParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJonathanLEI%2FCookiesTxtParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJonathanLEI%2FCookiesTxtParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJonathanLEI%2FCookiesTxtParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xJonathanLEI","download_url":"https://codeload.github.com/xJonathanLEI/CookiesTxtParser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xJonathanLEI%2FCookiesTxtParser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259146226,"owners_count":22812188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","cookies","netstandard"],"created_at":"2024-11-15T01:39:54.480Z","updated_at":"2025-06-10T20:34:15.533Z","avatar_url":"https://github.com/xJonathanLEI.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cookies.txt Parser for .NET\n\n## Introduction\n\nA simple library for parsing cookies.txt files, Netscape HTTP Cookie File format used by tools like curl and wget, into:\n\n- `System.Net.CookieCollection` for use by `HttpClient`\n- `IReadOnlyList\u003cCookie\u003e` for inspection (since it's difficult to enumerate a `CookieCollection`)\n\n## Installation\n\nThe package is available at [NuGet](https://www.nuget.org/packages/CookiesTxtParser):\n\n    dotnet add package CookiesTxtParser\n\n## Usage\n\nParse a file by path:\n\n    // To CookieCollection\n    CookiesTxt.Parser.ParseFileAsCookieCollection(\"/path/to/cookies.txt\");\n\n    // To IReadOnlyList\n    CookiesTxt.Parser.ParseFileAsCookies(\"/path/to/cookies.txt\");\n\nParse a stream:\n\n    // To CookieCollection\n    CookiesTxt.Parser.ParseStreamAsCookieCollection(stream);\n\n    // To IReadOnlyList\n    CookiesTxt.Parser.ParseStreamAsCookies(stream);","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjonathanlei%2Fcookiestxtparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjonathanlei%2Fcookiestxtparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjonathanlei%2Fcookiestxtparser/lists"}