All Projects â†’ CodeDotJS â†’ Facebook Mass Comment

CodeDotJS / Facebook Mass Comment

💻 comment until facebook blocks you from spreading shit.

Programming Languages

python
139335 projects - #7 most used programming language

facebook-mass-comment

comments 'n' times on any facbook post of a person or page.

Authenticity

[Post](https://www.facebook.com/rishi.giri.90/posts/742132415898894)

Running

python comments.py

Usage

Token

      access_token = 'Paste your access token here' 
      
Replace the text with the access token given by facebook.

Total Comment

      for x in xrange(10):
      
Replace '10' with any number to comment that much time on a post.

Message

      param_data = {  '   format':'json', 
                         'message':'<3', # change message from here
                         'access_token':access_token 
                   } 

Post ID

      path ='/'+'PUT FB STATUS ID HERE'+'/comments'
      
      url='/PUT FB STATUS ID HERE'

You have to replace __PUT FB STATUS ID HERE__ with the actual ID of a facebook post.

Time

      time.sleep(0.09)
      
You can randomly generate time to save yourself from getting blocked. 

Full Tutorial

Mass Commenting on Facebook Post

Installation

sudo apt-get install python-pip

Modules needed :

  • httplib2

sudo pip install httplib2

  • urllib3

sudo pip install urllib3 [ install Certifi and PyOpenSSL ]

  • bs4

sudo pip install bs4

  • json

sudo pip install json

License

MIT © Rishi Giri

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].