Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I solved 2 bugs but cannot commit #34

Open
bixiou opened this issue Apr 25, 2016 · 4 comments
Open

I solved 2 bugs but cannot commit #34

bixiou opened this issue Apr 25, 2016 · 4 comments

Comments

@bixiou
Copy link

bixiou commented Apr 25, 2016

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"})
@darrellodonnell
Copy link

how about forking the codebase? There has been no movement on the codebase since 2014.

@bixiou
Copy link
Author

bixiou commented Jul 14, 2016

I am not on this "project" anymore so I'm too lazy to do that, sorry.

@darrellodonnell
Copy link

points for honesty!

@glerinsonum
Copy link

@bixiou @darrellodonnell @milo2012 Hello i have not understand. with what version python programming windows works this script. and tell us how works installation and compilation. cordialy thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants