Skip to content

Kudusch/mastodon-shaarli-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mastodon-shaarli-sync

Sync mastodon bookmarks to shaarli

Installation

git clone https://github.com/Kudusch/mastodon-shaarli-sync
cd mastodon-shaarli-sync/
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py

crontab -e

*/5 * * * * [installation_path]/mastodon-shaarli-sync/venv/bin/python3 [installation_path]/mastodon-shaarli-sync/main.py >> [installation_path]/mastodon-shaarli-sync/log.txt

About

Sync mastodon bookmarks to shaarli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages