Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fb.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
import json
import validators
from selenium.webdriver.common.keys import Keys
from pyvirtualdisplay import Display #install xvfb and python module "pyvirtualdisplay"

newdisp=Display(visible=0, size=(200,200)) #this will hide the display
newdisp.start()


def get_soup(url,header):
Expand Down