Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rob0rt on github.
  • I am rmlynch (https://keybase.io/rmlynch) on keybase.
  • I have a public key whose fingerprint is 5D95 02FC 3977 2EE0 42AF 78C8 EBE2 DFEB 6762 DBF4

To claim this, I am signing this object:

@rob0rt
rob0rt / delete_facebook_group_memebers.py
Last active August 29, 2015 14:06
Delete all members of a facebook group using Selenium
import os
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from facepy import GraphAPI
import contextlib
import time
import threading
usr = 'FB_USER'
pwd = 'FB_PASS'