Skip to content

prototime/posty

Repository files navigation

Posty

A simple app to post to bsky and twitter.

Setup

  1. Clone the repo
  2. Setup Tauri
  3. npm install
  4. Setup .env Bsky API access:
    • PUBLIC_BSKY_USERNAME=
    • PUBLIC_BSKY_PASSWORD=
  5. Setup .env Twitter/X API access:
    • PUBLIC_TWITTER_API_KEY=
    • PUBLIC_TWITTER_API_KEY_SECRET=
    • PUBLIC_TWITTER_ACCESS_TOKEN=
    • PUBLIC_TWITTER_ACCESS_TOKEN_SECRET=
  6. Run app in dev mode npm run tauri dev
    • First time might take a while

About

A simple client for sending to bsky and X at the same time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published