Script to grant all of your Facebook group members Admin-status without using the Facebook API
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Victor Giers ac233f781c readme changes 6 роки тому
README.md readme changes 6 роки тому
power_to_the_people.rb initial commit 6 роки тому

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