-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e26af98
commit 7853f4a
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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` |