Script to grant all of your Facebook group members Admin-status without using the Facebook API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Victor Giers ac233f781c readme changes 6 anni fa
README.md readme changes 6 anni fa
power_to_the_people.rb initial commit 6 anni fa

README.md

Power to the People

Ruby script to grant all members of your Facebook group admin-status

Anarchia Total and such.

sudo apt-get install xvfb ruby ruby-dev gem && gem install watir watir-scroll headless

Download Geckodriver (I used 0.18.0) from https://github.com/mozilla/geckodriver/releases and add it to your path.
Use it like this:

ruby power-to-the-people.rb Username Password http://www.facebook.com/groups/your-group/members/

Known Issue

  • If you don’t run it headless every 10th or so click might get captured by Facebooks Quick-Help button.
    Those people will not become admins then.
  • I added watir-scroll to prevent that, unfortunately it’s buggy.
  • Gets you banned from Facebook because it’s a bot. Increase the amount of sleep-seconds to avoid that (..or use the API lel).