Skip to content

twitter bot to retweet, like, and comment on every tweet from an individual

License

Notifications You must be signed in to change notification settings

DavidZirinsky/NodeJsTwitterBot

Repository files navigation

NodeJS Twitter bot

This is a NodeJS twitter bot that I demoed at the Weld County High School Career Fair on 10/13/2021.

This will retweet, favorite, and comment on a user's tweet.

alt text

Getting started:

  1. Go to https://developer.twitter.com/en/apply-for-access and register as many twitter accounts for api access as you'd like ( in the example image I created two).
  2. Add the credentials from twitter to main.js
  3. From the terminal run the following two commands:
npm i
npm start

Where you can go from here

To make this more realistic, each twitter bot instance could comment with a different message. Each bot could also have a randomized delay before performing the various actions to make the activity feel more organic.

About

twitter bot to retweet, like, and comment on every tweet from an individual

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published