Skip to content

ungoldman/atp-readline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atp-readline

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 🕵🏻‍♂️

Setup

  1. Create a .env file using the template: cp example.env .env. Set your username and password in .env (use an app password).
  2. Install node.js if you don't have it already.

Install

npm install

Start

npm start

To quit hit Enter on an empty line or press Ctrl+C.

License

CC-0

About

post to an atproto service from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published