/playwright-simple-tweet

Simple script to send a tweet with Playwright

Primary LanguageJavaScript

Simple twitter tweet script

Script to send a tweet with Playwright

Installation

Use the package manager NPM

npm install

Create an .env file with your twitter username and password or simply replace them in tweet.js

USER = TWITTER_USERNAME
PASSWORD = TWITTER_PASSWORD

Usage

Run

node tweet.js 'your message here'