https://github.com/petergarnaes/majorfriarmbot
https://github.com/petergarnaes/majorfriarmbot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/petergarnaes/majorfriarmbot
- Owner: petergarnaes
- Created: 2017-12-12T16:54:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T19:52:05.000Z (over 7 years ago)
- Last Synced: 2025-01-11T13:28:31.167Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MajorFriarmBot - trolling your Facebook group
Are you a member of a Facebook group with very predictable posts? Ever thought about how well a bot would fit in?
Well you are in luck! This repo will help you create such a bot.
## Requirements
javascript utilizes newer js syntax as well as promises and async/await. Node 8 and above should be fine.
## How to
- `npm install`
- Got to [Graph API explorer](https://developers.facebook.com/tools/explorer), push the "Get Token" button,
make sure to request a token with `user_managed_groups` and `publish_actions` access. Copy paste this token to a file
called `token` in the same folder as the project
- `node API_crawler.js`
- `node post_nonsense.js` or `./run.sh`