Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Piapro client for .NET, able to download metadata about content posts

License

NotificationsYou must be signed in to change notification settings

VocaDB/piapro-dotnet

Repository files navigation

Piapro client for .NET, able to download metadata about content posts.

Compatible with .NET Standard 2.0.

Since Piapro has no API, the client relies on HTML scraping.

Features

  • Piapro URL testing (whether a specific URL is a possible Piapro content post)
  • Download post information
    • Content type (currently only audio/illustration)
    • Title
    • Author's Piapro ID and nickname
    • Upload date
    • Artwork
    • Length (for songs)

More features will be added as needed.

Installing

PM> Install-Package VocaDb.PiaproClient

Usage

Async

varresult=awaitnewPiaproClient().ParseByUrlAsync("https://piapro.jp/t/0u5Z");

Synchronous

varresult=newPiaproClient().ParseByUrl("https://piapro.jp/t/0u5Z");

About

Piapro client for .NET, able to download metadata about content posts

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp