{"id":31943121,"url":"https://github.com/prplecake/mastodon-bookmark-sync","last_synced_at":"2025-10-14T09:49:15.709Z","repository":{"id":40361158,"uuid":"458685987","full_name":"prplecake/mastodon-bookmark-sync","owner":"prplecake","description":"Synchronize your Mastodon bookmarks to bookmarking services.","archived":false,"fork":false,"pushed_at":"2025-09-11T13:58:59.000Z","size":495,"stargazers_count":13,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T08:03:09.662Z","etag":null,"topics":["csharp","fediverse","linkace","mastodon","pinboard","sync"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prplecake.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-13T02:04:12.000Z","updated_at":"2025-09-11T13:59:02.000Z","dependencies_parsed_at":"2023-01-22T15:30:30.281Z","dependency_job_id":"65323dcb-fa4d-4a03-94bf-33cf0327eff0","html_url":"https://github.com/prplecake/mastodon-bookmark-sync","commit_stats":{"total_commits":236,"total_committers":3,"mean_commits":78.66666666666667,"dds":"0.35169491525423724","last_synced_commit":"69f356583c38ddaf93275870e3799462280f88f8"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/prplecake/mastodon-bookmark-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prplecake%2Fmastodon-bookmark-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prplecake%2Fmastodon-bookmark-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prplecake%2Fmastodon-bookmark-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prplecake%2Fmastodon-bookmark-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prplecake","download_url":"https://codeload.github.com/prplecake/mastodon-bookmark-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prplecake%2Fmastodon-bookmark-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014323,"owners_count":26085492,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","fediverse","linkace","mastodon","pinboard","sync"],"created_at":"2025-10-14T09:49:15.165Z","updated_at":"2025-10-14T09:49:15.704Z","avatar_url":"https://github.com/prplecake.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Dotnet](https://github.com/prplecake/mastodon-bookmark-sync/actions/workflows/dotnet.yml/badge.svg)](https://github.com/prplecake/mastodon-bookmark-sync/actions/workflows/dotnet.yml)\n[![Dotnet Release](https://github.com/prplecake/mastodon-bookmark-sync/actions/workflows/dotnet-release.yml/badge.svg)](https://github.com/prplecake/mastodon-bookmark-sync/actions/workflows/dotnet-release.yml)\n[![codecov](https://codecov.io/gh/prplecake/mastodon-bookmark-sync/graph/badge.svg?token=GBz8QvtznT)](https://codecov.io/gh/prplecake/mastodon-bookmark-sync)\n[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/prplecake/mastodon-bookmark-sync?include_prereleases)](https://github.com/prplecake/mastodon-bookmark-sync/releases/latest)\n\n# mastodon-bookmark-sync\n\nmastodon-bookmark-sync is a command-line utility to synchronize Mastodon\nbookmarks with LinkAce or other bookmarking services.\n\nmastodon-bookmark-sync supports multiple Mastodon accounts.\n\n**Supported bookmarking services:**\n\n- [Briefkasten]\n- [LinkAce]\n- [linkding]\n- [Pinboard]\n\n[Briefkasten]:https://github.com/ndom91/briefkasten\n[LinkAce]:https://linkace.org/\n[linkding]:https://github.com/sissbruecker/linkding\n[Pinboard]:https://pinboard.in/\n\n## getting started\n\nYou probably just want to grab an executable from the [Releases][releases] page.\n\n[releases]:https://github.com/prplecake/mastodon-bookmark-sync/releases\n\nBefore you can start using mastodon-bookmark-sync, you'll need to configure\nit. An example configuration can be found [here][config-blob]. You can also\njust copy the example:\n\n```shell\ncp appsettings.Example.json appsettings.Production.json\nvim appsettings.Production.json # don't forget to edit it!\n```\n\nYou'll need an access token from your Mastodon server.\ni.e. `your.instance/settings/applications`\n\nAnd you'll need an API token for your bookmarking service of choice.\n\nSee the wiki for [configuration examples][config-examples].\n\n[config-examples]:https://github.com/prplecake/mastodon-bookmark-sync/wiki/Configuration-Examples\n\nOnce you've got it configured, just run it. You might want to add it to your\ncrontab, or your other favorite task scheduler:\n\n```text\n0 */6 * * * cd /path/to/mastodon-bookmark-sync; ./mastodon-bookmark-sync\n```\n\n[config-blob]:https://github.com/prplecake/mastodon-bookmark-sync/blob/master/BookmarkSync.CLI/appsettings.Example.json\n\n## questions\n\n* [Help! I can't run this on my Mac.](https://github.com/prplecake/mastodon-bookmark-sync/wiki/Questions#help-i-cant-run-this-on-my-mac)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprplecake%2Fmastodon-bookmark-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprplecake%2Fmastodon-bookmark-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprplecake%2Fmastodon-bookmark-sync/lists"}