Script to grant all of your Facebook group members Admin-status without using the Facebook API
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Victor Giers ac233f781c readme changes před 6 roky
README.md readme changes před 6 roky
power_to_the_people.rb initial commit před 6 roky

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