Home
Softono
No data found
mastodon-bookmark-sync

mastodon-bookmark-sync

Open source C#
13
Stars
1
Forks
4
Issues
1
Watchers
1 week
Last Commit

About mastodon-bookmark-sync

Synchronize your Mastodon bookmarks to bookmarking services.

Platforms

Web Self-hosted Windows

Languages

C#

Links

builds.sr.ht status

mastodon-bookmark-sync

mastodon-bookmark-sync is a command-line utility to synchronize Mastodon bookmarks with LinkAce or other bookmarking services.

mastodon-bookmark-sync supports multiple Mastodon accounts.

Supported bookmarking services:

resources

This repository recently moved from GitHub to Sourcehut. If you're viewing this on GitHub, feel free to head over to our new project home: ~prplecake/mastodon-bookmark-sync.

Planning, feature requests, and bugs live at our issue tracker, ~prplecake/mastodon-bookmark-sync.

Send patches to our development list, ~prplecake/[email protected]. Questions and other non-development related discussions are had on our discuss list, ~prplecake/[email protected]. Feel free to subscribe to our low-volume announce list, ~prplecake/[email protected], for release announcements.

getting started

You probably just want to grab an executable from the Releases page.

Before you can start using mastodon-bookmark-sync, you'll need to configure it. An example configuration can be found here. You can also just copy the example:

cp appsettings.Example.json appsettings.Production.json
vim appsettings.Production.json # don't forget to edit it!

You'll need an access token from your Mastodon server. i.e. your.instance/settings/applications

And you'll need an API token for your bookmarking service of choice.

See the wiki for configuration examples.

Once you've got it configured, just run it. You might want to add it to your crontab, or your other favorite task scheduler:

0 */6 * * * cd /path/to/mastodon-bookmark-sync; ./mastodon-bookmark-sync

questions