repositorypackage
0.0.10
Repository: https://github.com/go-zen-chu/switchboard.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
switchboard
Switchboard operator between sns.
Use cases
GitHub Actions
Automatically sync bluesky latest posts to X
You can do this by forking go-zen-chu/bluesky2x-workflow. Please check its README.
Running locally
Sync bluesky latest posts to X
switchboard bluesky2x
# with verbose
switchboard bluesky2x -v
FAQ and feature list to be implemented
Development
Using mage to make development easy
# update release tag in main
git commit -am "commit something"
go run mage.go gitPushTag "release comment here"