Skip to content

コンカレからTwitter(現X)とBlueskyにポストするスクリプト

License

Notifications You must be signed in to change notification settings

ryotn/concrnt2SNS

Repository files navigation

concrnt2SNS

コンカレからTwitter(現X)とBlueskyにポストするスクリプト

Setup

  1. npm i
  2. .envを作成する
  3. .envの中身
TW_ENABLE="true" or "false"
TW_API_KEY="TwitterのAPI_KEY"
TW_API_KEY_SECRET="TwitterのAPI_KEY_SECRET"
TW_ACCESS_TOKEN="TwitterのACCESS_TOKEN"
TW_ACCESS_TOKEN_SECRET="TwitterのACCESS_TOKEN_SECRET"
BS_ENABLE="true" or "false"
BS_IDENTIFIER="BlueskyのIDENTIFIER"
BS_APP_PASSWORD="BlueskyのAPP_PASSWORD"
BS_SERVICE="BlueskyのサーバーURL https://bsky.social とか"
CC_SUBKEY="コンカレのサブキー"
LISTEN_TIMELINE="ホーム以外のタイムラインを指定したい場合はID@host形式で1つ指定"
  1. npm startで多分動く!!

その他

foreverとかでデーモン化するといいかも
https://www.npmjs.com/package/forever

About

コンカレからTwitter(現X)とBlueskyにポストするスクリプト

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages