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

https://github.com/wwwflorencio/fbood

Post a lot of comments on the defined facebook post using puppeteer
https://github.com/wwwflorencio/fbood

automation facebook puppeteer trolling

Last synced: 3 months ago
JSON representation

Post a lot of comments on the defined facebook post using puppeteer

Awesome Lists containing this project

README

          

# fbood
Auto comment on any facebook post

# Install
> npm install

# Usage
Create a .env file with your data (like `.env.example`)
```
USER_NAME=enzo@gmail.com
PASSWORD=enzo123mudar
POST_URL=facebook.com/post.url/url
COMMENT_TEXT=oi
```

# Run
> node index.js`