Code Monkey home page Code Monkey logo

bluesky-worker's Introduction

Bluesky Worker

Bluesky Worker is a Cloudflare Workers application that allows seamless posting of messages to Bluesky using a webhook-like approach.

Features

  • Webhook-like functionality: Bluesky Worker acts as a Webhook, allowing you to send POST requests with the desired content to a specified URL, which will then be posted to Bluesky.
  • Cloudflare Workers: Powered by Cloudflare Workers, Bluesky Worker ensures scalability, reliability, and low-latency performance.
  • Rust implementation: Bluesky Worker is implemented in Rust, a fast and memory-safe programming language, ensuring high performance and security.
  • Post-only functionality: Bluesky Worker focuses solely on the posting feature, making it lightweight and straightforward.

Setup

  1. Click the button below and follow the on-screen instructions to proceed with the setup.

    Deploy to Cloudflare Workers

  2. Within the Cloudflare Workers dashboard, register the following secrets as variables.

    • REQUEST_PATH: A randomly generated value.
    • FULL_USERNAME: Your Bluesky handle (e.g. <hoge>.bluesky.social).
    • PASSWORD: Your account password.
      I recommend using App passwords for added security.

Usage

curl -X POST -d '{"text": "test"}' -H "Content-Type: application/json" https://<your worker domain>/<REQUEST_PATH>

License

This project is licensed under the MIT License.

Disclaimer

Bluesky Worker is a third-party application and is not affiliated with Bluesky or Cloudflare. Use it at your own risk.

bluesky-worker's People

Contributors

bridge-y avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.