Skip to content

Commit 166e38c

Browse files
committed
add readme to GH API lesson
1 parent 3a968ab commit 166e38c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Using Python + Github API¶
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.
4+
5+
## Day 1: Exploring the PyGithub module
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.
10+
11+
## Day 2 and 3: Practice
12+
13+
Now you got the basics down, it's time to start using the Github API with Python yourself, some ideas for projects to work on you can find [in my notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/61-63-github-api/github-api.ipynb).
14+
15+
You can use PyGithub or any other wrapper module, as long as you use Python :)
16+
17+
## Time to share what you've accomplished!
18+
19+
Be sure to share your last couple of days work on Twitter or Facebook. Use the hashtag **#100DaysOfCode**.
20+
21+
Here are [some examples](https://twitter.com/search?q=%23100DaysOfCode) to inspire you. Consider including [@talkpython](https://twitter.com/talkpython) and [@pybites](https://twitter.com/pybites) in your tweets.
22+
23+
See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).

0 commit comments

Comments
 (0)