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: source/pipelines.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ We will be using the Tweepy library for this (docs here [https://tweepy.readthed
200
200
Let's start with an example to collect some Tweets from your public timeline
201
201
(for details on the Tweet object visit [the API docs](https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/intro-to-tweet-json#tweetobject))
202
202
203
-
🚦 The first step will be to create a config file (`config.cgf`) with your Twitter API tokens.
203
+
🚦 The first step will be to create a config file (`config.cfg`) with your Twitter API tokens.
204
204
```
205
205
[twitter]
206
206
consumer_key = xxxxxxxxxxxxxxxxxx
@@ -628,4 +628,4 @@ if __name__ == "__main__":
628
628
629
629
🚦In pairs discuss:
630
630
- How would you run the two scripts together?
631
-
- Try and create the pipeline: `stream_twitter.py` -> `analyse_twitter.py`
631
+
- Try and create the pipeline: `stream_twitter.py` -> `analyse_twitter.py`
0 commit comments