{"id":28677539,"url":"https://github.com/drxxmy/osu-bookmarks-api","last_synced_at":"2026-04-24T23:32:16.711Z","repository":{"id":297991039,"uuid":"997608555","full_name":"drxxmy/osu-bookmarks-api","owner":"drxxmy","description":"osu!bookmarks - an API to manage collections of osu!beatmaps","archived":false,"fork":false,"pushed_at":"2025-06-08T19:05:30.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"v1","last_synced_at":"2025-06-08T20:19:20.100Z","etag":null,"topics":["fastapi","osu","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drxxmy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-06-06T20:25:24.000Z","updated_at":"2025-06-08T19:05:34.000Z","dependencies_parsed_at":"2025-06-08T20:19:29.514Z","dependency_job_id":null,"html_url":"https://github.com/drxxmy/osu-bookmarks-api","commit_stats":null,"previous_names":["drxxmy/osu-bookmarks-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drxxmy/osu-bookmarks-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxxmy%2Fosu-bookmarks-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxxmy%2Fosu-bookmarks-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxxmy%2Fosu-bookmarks-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxxmy%2Fosu-bookmarks-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drxxmy","download_url":"https://codeload.github.com/drxxmy/osu-bookmarks-api/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxxmy%2Fosu-bookmarks-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["fastapi","osu","python"],"created_at":"2025-06-14T00:06:43.655Z","updated_at":"2026-04-24T23:32:16.694Z","avatar_url":"https://github.com/drxxmy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osu!bookmarks API 📌\n\n![Python Version](https://img.shields.io/badge/python-3.13%2B-blue)\n![UV](https://img.shields.io/badge/package_installer-uv-FFD43B?logo=python)\n![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen)\n\nA modern Python project with FastAPI, SQLAlchemy, and osu! API integration.\n\n### Built With 💙\n\n![Python](https://img.shields.io/badge/Python-3776AB?logo=python\u0026logoColor=white)\n![FastAPI](https://img.shields.io/badge/FastAPI-005571?logo=fastapi)\n![SQLAlchemy](https://img.shields.io/badge/SQLAlchemy-1E4C62?logo=sqlalchemy)\n\n## Table of Contents 📖\n\n- [Install dependencies](#dependencies)\n- [Setup API keys](#api-keys)\n- [Usage](#usage)\n- [Documentation](#documentation)\n\n## Dependencies 🛠️\n\nWhile in the projects directory, execute the following command to create a virtual environment and install dependencies:\n\n```bash\n$ uv sync\n```\n\n## API keys 🔒\n\nIn case of questions, first refer to [ossapi documentation](https://tybug.github.io/ossapi/index.html).\n\n### 1. Create OAuth client\n\nFirst, we’ll need to create an OAuth client.\n\nNavigate to your [settings page](https://osu.ppy.sh/home/account/edit#oauth) and click “New OAuth Application”. You can name it anything you like, but choose a callback url on localhost. For example, http://localhost:3914/. Any port greater than 1024 is fine as long as you don’t choose something another application is using.\n\nWhen you create the application, it will show you a client id and secret. Take note of these two values.\n\n### 2. Edit .env file\n\nRename `.env.example` file to `.env` and edit accordingly:\n\n```.env\nOSU_CLIENT_ID=your_client_id\nOSU_CLIENT_SECRET=your_client_secret\n```\n\n## Usage 🖥️\n\nStart API server by executing:\n\n```bash\n$ fastapi dev app/main.py\n```\n\n## Documentation 📄\n\nAfter running the FastAPI server, you can access documentation either via [Swagger UI](http://127.0.0.1:8000/api/v1/docs) or [ReDoc](http://127.0.0.1:8000/api/v1/redoc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrxxmy%2Fosu-bookmarks-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrxxmy%2Fosu-bookmarks-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrxxmy%2Fosu-bookmarks-api/lists"}