This is a simple bot that posts a few lines of emojis to represent what's happening in the big blue sky. Here's an example of a post:
This is a Typescript project. Install necessary packages with npm install
.
To run this bot locally, create a .env
file to set your username and password. Use the .env.example
file as a guide.
Compile your Typescript index.ts
file with tsc -p .
. To run index.js
, use npm run start
or node index.js
.
The main function printRandomEmojis()
will run once and the script will kick off a cron job that runs every three hours. You can adjust the frequency.
Thank you to aliceisjustplaying for the helpful template!
Read Bluesky's documentation here.