PipedreamHQ / PipedreamHQ/pipedream
[Components] osu
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# osu
## URLs
- https://osu.ppy.sh/docs/index.html#introduction
## Webhook Sources
### new-score-instant
#### Description
Emit new event when a user achieves a new score on a beatmap. Requires specifying the user ID.
### new-ranked-beatmap-instant
#### Description
Emit new event when a new beatmap is ranked. Optionally filter by specific game modes (e.g., osu, taiko, mania).
## Polling Sources
### new-top-play
#### Description
Emit new event when a user achieves a new top play in their profile. Requires specifying the user ID.
## Actions
### submit-score
#### Description
Submit a new score for a specific beatmap. Requires beatmap ID, score, and user authentication. Optional properties include mods and replay data.
### create-beatmap
#### Description
Create a new beatmap for a user. Requires beatmap metadata such as title, artist, and difficulty settings. Optional fields include tags and description.
### update-user-profile
#### Description
Update a user's profile settings or personal information. Requires user authentication and specific properties to update, such as country or preferences.
Contributor guide
Assessment
This issue has not been assessed yet.