Skip to content

mozzius/backdate-labeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backdate Labeller

A simple ATProto labeller for labelling backdated Bluesky posts.

Running it

1. Setup your labeller

You'll need a Bluesky account, its DID (get it here), and a server with a domain and SSL certificate.

Remember to save the signing key it gives you.

npx @skyware/labeler setup

2. Make an .env file

cp .env.example .env

Add the DID of your labeller to the LABELER_DID variable and the signing key to the SIGNING_KEY variable.

3. Run it

Requires Deno. Run this at the domain you gave to the setup CLI. You'll probably need to reverse-proxy from the domain to localhost:14831 - I use Caddy to do this.

deno run -A main.ts

About

atproto labeller for backdated posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published