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.
- 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
- USER_ID=
-
To start the application, run:
npm run start
-
Automated sign-up.
-
Browsing the feed preview.
-
Retweet specific tweets.
-
Reply to tweets.