Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akashchouhan16/tweetbot
- Owner: akashchouhan16
- License: mit
- Created: 2021-03-15T17:08:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T11:47:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T21:59:21.962Z (3 months ago)
- Topics: chromium, nodejs, poc, web-automation
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**