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

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).
0 commit comments