Script to grant all of your Facebook group members Admin-status without using the Facebook API
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Victor Giers ac233f781c readme changes 6 år sedan
README.md readme changes 6 år sedan
power_to_the_people.rb initial commit 6 år sedan

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).