A tool for adding all Bluesky users with a matching handle to a user list
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

added sample systemd config

+16
+16
dist/userlist_sync.service
··· 1 + [Unit] 2 + Description=Bluesky userlist sync 3 + After=network.target 4 + 5 + [Service] 6 + Type=simple 7 + User=alf 8 + WorkingDirectory=/var/www/userlist_sync 9 + ExecStart=/usr/bin/ruby ./run_sync.rb 10 + TimeoutSec=15 11 + Restart=on-failure 12 + RestartSec=1 13 + StandardOutput=append:/var/www/userlist_sync/sync.log 14 + 15 + [Install] 16 + WantedBy=multi-user.target