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

Find GitHub repo #5

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Find GitHub repo #5

wants to merge 21 commits into from

Conversation

MelanieIStefan
Copy link
Collaborator

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.

@@ -518,7 +518,7 @@
"source": [
"from github import Github\n",
"\n",
"g = Github(\"MelanieIStefan\", \"hn8PJuM\")\n"
Copy link
Owner

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...

Copy link
Collaborator Author

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 :)

@kescobo
Copy link
Owner

kescobo commented Mar 24, 2016

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)

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

Successfully merging this pull request may close these issues.

2 participants