Skip to content

Commit 3a968ab

Browse files
committed
add readme to twitter api lesson
1 parent 63a9f31 commit 3a968ab

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

days/58-60-twitter-api/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Twitter Data Analysis with Python
2+
3+
Welcome to this lesson. I prepared [a notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/58-60-twitter-api/twitter-api.ipynb) so you can follow along.
4+
5+
## Day 1: Retrieving tweets with Tweepy
6+
7+
First you will set up a [virtual environment](https://pybit.es/the-beauty-of-virtualenv.html), install `tweepy` and set some ENV variables.
8+
9+
Then we will retrieve PyBites tweets which we will put in a [nice wordcloud]() in the shape of [our PyBites logo](https://codechalleng.es/static/img/pybites-premium.png).
10+
11+
![pybites wordcloud](wordcloud-image.png)
12+
13+
Pretty exciting no?
14+
15+
## Day 2 and 3: Practice
16+
17+
We covered Twitter data analysis quite extensively on our blog. See [the notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/58-60-twitter-api/twitter-api.ipynb) for a listing of tools and challenges you can work on. As they are not small projects I bundled day 2 and 3 to focus on getting one working.
18+
19+
## Time to share what you've accomplished!
20+
21+
Be sure to share your last couple of days work on Twitter or Facebook. Use the hashtag **#100DaysOfCode**.
22+
23+
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.
24+
25+
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).
1.01 MB
Loading

0 commit comments

Comments
 (0)