/TweetBot

Twitter automation using node & puppeteer - A POC

Primary LanguageJavaScriptMIT LicenseMIT

Tweet Bot

A twitter automation with node & puppeteer to perform automated sign-in and feed preview. This is a test repository and would also include an automated snapshots and bot retweet snipet.

⚙️ Steps to run on local

  • Clone the repository with https or SSL.
   git clone https://github.com/akashchouhan16/TweetBot.git
  • Install the required dependecies
   npm install --save
  • Create an environment file as .env file inside the project directory and save the following values:

    • USER_ID=twitter username
    • USER_PASSWORD=twitter password
  • To start the application, run:

   npm run start

Features to add WIP

  • Automated sign-up.

  • Browsing the feed preview.

  • Retweet specific tweets.

  • Reply to tweets.


Maintainer

Akash Chouhan