-
Notifications
You must be signed in to change notification settings - Fork 2
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
Find GitHub repo #5
base: master
Are you sure you want to change the base?
Conversation
…rom abstracts and looking them up using the github api
@@ -518,7 +518,7 @@ | |||
"source": [ | |||
"from github import Github\n", | |||
"\n", | |||
"g = Github(\"MelanieIStefan\", \"hn8PJuM\")\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unfortunately still present in the history since you made a commit with it. I bet you can close out this key though so it can't be used in the future...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, did that yesterday, when you alerted me to the problem :)
For parsing urls once you have them: https://docs.python.org/3.5/library/urllib.parse.html (of if you're using python 2: https://docs.python.org/2/library/urlparse.html) |
…it, but that can be fixed
OK, let's try that again. Extracts github urls from pubmed abstracts, and has some embryonic pygithub code. To do: Make the pygithub less embryonic.