Skip to content

allanjamesvestal/bluesky-test

 
 

Repository files navigation

bluesky-emoji-bot

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:

Installation

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.

Credit

Thank you to aliceisjustplaying for the helpful template!

Read Bluesky's documentation here.

About

A testbed for posting to Bluesky. What's next?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 36.3%
  • TypeScript 31.7%
  • JavaScript 30.9%
  • Procfile 1.1%