Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 672 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 672 Bytes

bluesky-artbot

A basic example of a script to create posts with images generated by p5.js to Bluesky.

Setup

This project has been tested with nodejs@18

In order to post to Bluesky you will need to the following variables to authenticate. You should be able to get up and running by setting up the .env file with the config parameters

BLUESKY_SERVER=https://bsky.social
BLUESKY_USERNAME=<username>
BLUESKY_PASSWORD=<password>

Run

npm install
npm run start #  post image to Bluesky

Screenshot of example blue-green gradient post by this bot to Bluesky