Skip to content

I solved 2 bugs but cannot commit #34

@bixiou

Description

@bixiou

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"})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions