{"id":20172831,"url":"https://github.com/vocadb/piapro-dotnet","last_synced_at":"2025-09-21T16:30:59.941Z","repository":{"id":11598246,"uuid":"14090146","full_name":"VocaDB/piapro-dotnet","owner":"VocaDB","description":"Piapro client for .NET, able to download metadata about content posts","archived":false,"fork":false,"pushed_at":"2022-05-17T22:18:07.000Z","size":130,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-08T08:52:41.245Z","etag":null,"topics":["csharp","dotnet","html","piapro","vocadb","vocaloid","vocaloid-database"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"yuki-lau/weibo-spider","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VocaDB.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}},"created_at":"2013-11-03T17:59:14.000Z","updated_at":"2024-03-12T19:41:58.000Z","dependencies_parsed_at":"2022-09-24T01:00:47.173Z","dependency_job_id":null,"html_url":"https://github.com/VocaDB/piapro-dotnet","commit_stats":null,"previous_names":["riipah/piapro-dotnet"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VocaDB%2Fpiapro-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VocaDB%2Fpiapro-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VocaDB%2Fpiapro-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VocaDB%2Fpiapro-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VocaDB","download_url":"https://codeload.github.com/VocaDB/piapro-dotnet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233767556,"owners_count":18727338,"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":["csharp","dotnet","html","piapro","vocadb","vocaloid","vocaloid-database"],"created_at":"2024-11-14T01:32:34.205Z","updated_at":"2025-09-21T16:30:54.581Z","avatar_url":"https://github.com/VocaDB.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"piapro-dotnet\n=============\n\n[Piapro](https://piapro.jp/) client for .NET, able to download metadata about content posts.\n\nCompatible with .NET Standard 2.0.\n\nSince Piapro has no API, the client relies on HTML scraping.\n\n### Features\n* Piapro URL testing (whether a specific URL is a possible Piapro content post)\n* Download post information\n  * Content type (currently only audio/illustration)\n  * Title\n  * Author's Piapro ID and nickname\n  * Upload date\n  * Artwork\n  * Length (for songs)\n\nMore features will be added as needed.\n\n### Installing\n\n```\nPM\u003e Install-Package VocaDb.PiaproClient\n```\n\n### Usage\n\n#### Async\n\n```csharp\nvar result = await new PiaproClient().ParseByUrlAsync(\"https://piapro.jp/t/0u5Z\");\n```\n\n#### Synchronous\n\n```csharp\nvar result = new PiaproClient().ParseByUrl(\"https://piapro.jp/t/0u5Z\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvocadb%2Fpiapro-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvocadb%2Fpiapro-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvocadb%2Fpiapro-dotnet/lists"}