0.0.3 • Published 1 year ago

behumble-x0 v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

PuppetX

as a CLI

login

pnpm run cli login -u cutepuppetx

replace cutepuppetx with your X handle. it enforces headful mode. --headless value will be ignored.

post

pnpm run cli post -u cutepuppetx -m 'automate X with PuppetX'

as a library

Install

pnpm add puppetx

class PuppetX

const bot = new PuppetX('cutepuppetx', headless);
await bot.postTweet('automate X with PuppetX');
await bot.close();
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago