Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akashchouhan16/tweetbot

Twitter automation using node & puppeteer - A POC
https://github.com/akashchouhan16/tweetbot

chromium nodejs poc web-automation

Last synced: about 1 month ago
JSON representation

Twitter automation using node & puppeteer - A POC

Awesome Lists containing this project

README

        

# 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.

## :gear: Steps to run on local
* Clone the ```repository``` with https or SSL.
```bash
git clone https://github.com/akashchouhan16/TweetBot.git
```
* Install the required dependecies
```bash
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:
```bash
npm run start
```
---

## **Features to add `WIP`**

- [x] Automated sign-up.

- [x] Browsing the feed preview.

- [ ] Retweet specific tweets.

- [ ] Reply to tweets.

---

### **Maintainer**
**[Akash Chouhan](https://github.com/akashchouhan16)**