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
When doing last code sanity checks for the book, Twitter
5
+
was using the API 1.0, which did not require authentication.
6
+
With its switch to version 1.1, this has now changed.
7
+
8
+
It seems that you don't have already created your personal Twitter
9
+
access keys and tokens. Please do so at
10
+
[https://dev.twitter.com/docs/auth/tokens-devtwittercom](https://dev.twitter.com/docs/auth/tokens-devtwittercom) and paste the keys/secrets into twitterauth.py
11
+
12
+
Note that some tweets might be missing when you are running install.py.
13
+
We experimented a bit with with the tweet-fetch-rate and found that
14
+
max_tweets_per_hr=10000 works just fine, now that we are using OAuth. If you experience issues you might want to lower this value.
0 commit comments