https://github.com/simmsb/facebook-share-spam
Comments on posts by a particular user, and also shares everything from some pages
https://github.com/simmsb/facebook-share-spam
Last synced: 4 days ago
JSON representation
Comments on posts by a particular user, and also shares everything from some pages
- Host: GitHub
- URL: https://github.com/simmsb/facebook-share-spam
- Owner: simmsb
- Created: 2016-11-30T17:11:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T23:08:08.000Z (over 9 years ago)
- Last Synced: 2025-04-22T00:03:15.444Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook-Share-Spam
Comments on posts by a particular user, and also shares everything from some pages
install requirements with ```pip install -r requirements.txt```
make sure you use python 3.x
copy ```baseConfig.json``` to ```config.json```
Add in your id's and messages to the ```comment_conf``` section. (id's should be the numerical id, google how to get it)
Get an api token from here: ```https://developers.facebook.com/tools/explorer/145634995501895/```
Create one with the v2.3 api and give it access to ```publish_actions``` and ```user_posts```
place this in the ```api_key``` section of the config
Place your facebook numerical id in the ```self_id``` secction. (google how to)
run it