{"id":16006448,"url":"https://github.com/polakosz/ncore","last_synced_at":"2025-09-20T08:54:53.298Z","repository":{"id":55102922,"uuid":"255171361","full_name":"PoLaKoSz/Ncore","owner":"PoLaKoSz","description":"https://nCore.pro is the largest hungarian torrent site. This .NET Core 2.1 library helps to access its content (Torrent details, user Hit'n'Runs, Search for Torrent).","archived":false,"fork":false,"pushed_at":"2024-07-06T08:12:48.000Z","size":104,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T05:28:12.345Z","etag":null,"topics":["api","csharp","ncore","scraper","torrent","wrapper"],"latest_commit_sha":null,"homepage":"https://nCore.pro","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PoLaKoSz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-04-12T21:15:06.000Z","updated_at":"2025-07-09T07:19:22.000Z","dependencies_parsed_at":"2024-10-27T16:12:12.983Z","dependency_job_id":"9d212b62-93a4-43b1-bb08-08e11579de8f","html_url":"https://github.com/PoLaKoSz/Ncore","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/PoLaKoSz/Ncore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FNcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FNcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FNcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FNcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoLaKoSz","download_url":"https://codeload.github.com/PoLaKoSz/Ncore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoLaKoSz%2FNcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276070741,"owners_count":25580129,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","csharp","ncore","scraper","torrent","wrapper"],"created_at":"2024-10-08T11:41:40.016Z","updated_at":"2025-09-20T08:54:53.264Z","avatar_url":"https://github.com/PoLaKoSz.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoLaKoSz.Ncore\n\n[https://ncore.pro](https://ncore.pro) is the largest hungarian torrent side. This .NET Core 2.1 library helps to access its content\n(Torrent details, user Hit'n'Runs, Search for Torrent).\n\n## Install\n\nvia [NuGet](https://www.nuget.org/packages/PoLaKoSz.Ncore/)\n\n``` sh\n$ dotnet add package PoLaKoSz.NCore\n```\n\n## Quick start\n\n``` c#\nusing PoLaKoSz.Ncore;\nusing PoLaKoSz.Ncore.Models;\nusing System;\nusing System.Collections.Generic;\n\nnamespace ConsoleApp\n{\n    class Program\n    {\n        static void Main(string[] args)\n        {\n            NcoreClient nCore = new NcoreClient();\n\n            // parameter values should be extracted from the cookies after logged in from a\n            // browser:\n            //  constructor parameter     cookie name\n            //       nickName                 nick\n            //       password                 pass\n            //     phpSessionID            PHPSESSID\n            nCore.Login.AuthenticateWith(new UserConfig(...))\n                .GetAwaiter().GetResult();\n\n            ISearchResultContainer resultContainer = nCore.Search.List()\n                .GetAwaiter().GetResult();\n\n            ISearchResultContainer matrixResultContainer = nCore.Search.For(\"The Matrix\")\n                .GetAwaiter().GetResult();\n\n            IEnumerable\u003cDownloadedTorrent\u003e hitAndRuns = nCore.HitAndRuns.List()\n                .GetAwaiter().GetResult();\n\n            Torrent firstTorrent = nCore.Torrent.Get(2)\n                .GetAwaiter().GetResult();\n\n            Console.Read();\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolakosz%2Fncore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolakosz%2Fncore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolakosz%2Fncore/lists"}