A little typescript program that reads your input from the command line and posts it to your account on an atproto service.
Based on bluesky-social/cookbook/ts-bot.
Just experimenting 🕵🏻♂️
- Create a
.env
file using the template:cp example.env .env
. Set your username and password in.env
(use an app password). - Install node.js if you don't have it already.
npm install
npm start
To quit hit Enter on an empty line or press Ctrl+C.