-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
So I'll put my code here
1st bug: alert from facebook to authorize notifications
add the following lines in #Chrome Options line 50
prefs = {"profile.default_content_setting_values.notifications":2}
chromeOptions.add_experimental_option("prefs",prefs)
2nd bug: pygraphml import, replace lines 17-21 by:
from pygraphml import GraphMLParser
from pygraphml import Graph
from pygraphml import Node
from pygraphml import Edge
3rd bug: update name of div for friends: replace corresponding lines by
friendBlockData = soup.findAll("div",{"class" : "_3ul._gli.5_und"})
friendNameData = soup.findAll("div", {"class" : "_5d-5"})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels