Skip to content

Commit 07ede02

Browse files
authored
Update README.md
1 parent 43360f5 commit 07ede02

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

days/61-63-github-api/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# Using Python + Github API
1+
# Using Python + Github API
22

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

55
## Day 1: Exploring the PyGithub module
66

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

119
## Day 2 and 3: Practice
1210

0 commit comments

Comments
 (0)