ossapi icon indicating copy to clipboard operation
ossapi copied to clipboard

The definitive python wrapper for the osu! api.

Results 14 ossapi issues
Sort by recently updated
recently updated
newest added

```python self.token_directory = ( Path(token_directory) if token_directory else Path(__file__).parent ) ``` Currently if a non-existing token directory is given, this error occurs: ```python-traceback File "C:\Users\efeha\PycharmProjects\osu-map-downloader\main.py", line 199, in main() File...

This tracks our progress towards implementing all of the api v2 endpoints; see docs at https://osu.ppy.sh/docs/index.html. The plan is to implement every endpoint except for lazer-only ones. Even undocumented endpoints...

it would be quite useful for website backends, with logins and discord bots, that also want to authenticate users in a way https://async-oauthlib.readthedocs.io/en/latest/ there's an async oauth module, that seems...

need to just bite the bullet and do it

Again, check the latest commit for changes relevant to forums: https://github.com/circleguard/ossapi/commit/64d75ead8dfeeb28d57223b48833685a423e89ad * Added create-topic endpoint * Added reply-topic endpoint * Added edit-topic endpoint * Added edit-post endpoint Creating a topic...

https://osu.ppy.sh/docs/index.html#notification-websocket

There seems to be new score IDs for all scores which makes retrieving a score using the older endpoint not work with the new score IDs. The endpoint has changed...

I am currently trying to host my bot on an aws server and when the osu website is trying to send the data to localhost. It is telling me that...

![image](https://user-images.githubusercontent.com/15187455/230505975-18c95578-1e05-4f77-b48d-c83ad077c4f4.png) Unfortunately, I cannot reproduce this error. It just happens once in a while when I am requesting user profiles.