Socket
Socket
Sign inDemoInstall

behumble-x0

Package Overview
Dependencies
118
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    behumble-x0

X.com automation using Puppeteer


Version published
Weekly downloads
6
decreased by-57.14%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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();

Keywords

FAQs

Last updated on 21 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc