You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/61-63-github-api/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
-
# Using Python + Github API¶
1
+
# Using Python + Github API
2
2
3
-
Welcome to this lesson. I prepared [a notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/61-63-github-api/github-api.ipynb) so you can follow along.
3
+
In this lesson I will show you how to use [PyGithub](https://github.com/PyGithub/PyGithub) to retrieve public data from Github profiles and how to automatically create [a gist](https://help.github.com/en/articles/creating-gists).
4
4
5
5
## Day 1: Exploring the PyGithub module
6
6
7
-
In this lesson I will show you how to use [PyGithub](https://github.com/PyGithub/PyGithub) to retrieve public data from Github profiles. Secondly I will show you how to automatically create a gist.
8
-
9
-
Today you follow along with the videos and my notebook.
7
+
Today you watch the videos, the accompanying notebook is [here](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/61-63-github-api/github-api.ipynb).
0 commit comments