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
"## In this notebook we show you how to access the most trending topics in a particular location. \n",
13
+
"### pre-requisites: Twitter Developer Account. If you dont have one, dont worry it is free to obtain all you need to do is visit this link and follow the setup process explained [here](https://cran.r-project.org/web/packages/rtweet/vignettes/auth.html)."
14
+
]
14
15
},
15
-
"cells": [
16
-
{
17
-
"cell_type": "markdown",
18
-
"metadata": {
19
-
"id": "6IM1xuTnGlPs",
20
-
"colab_type": "text"
21
-
},
22
-
"source": [
23
-
"#Trending Topics\n",
24
-
"\n",
25
-
"##In this notebook we show you how to access the most trending topics in a particular locatoin. \n",
26
-
"###pre-requisites: Twitter Developer Account. If you dont have one, dont worry it is free to obtain all you need to do is visit this link and follow the setup process explained [here](https://cran.r-project.org/web/packages/rtweet/vignettes/auth.html)."
27
-
]
28
-
},
29
-
{
30
-
"cell_type": "code",
31
-
"metadata": {
32
-
"id": "SSKP1W_7p7vL",
33
-
"colab_type": "code",
34
-
"colab": {}
35
-
},
36
-
"source": [
37
-
"import tweepy, json"
38
-
],
39
-
"execution_count": 0,
40
-
"outputs": []
41
-
},
42
-
{
43
-
"cell_type": "code",
44
-
"metadata": {
45
-
"id": "toSpm2I4BeTH",
46
-
"colab_type": "code",
47
-
"colab": {}
48
-
},
49
-
"source": [
50
-
"#setting all the credentials of your twitter developer account\n",
51
-
"CONSUMER_KEY= 'insert your customer key'\n",
52
-
"CONSUMER_SECRET= 'insert your customer secrect key'\n",
53
-
"ACCESS_KEY= 'insert your access key here'\n",
54
-
"ACCESS_SECRET= 'insert your access secret key here'"
0 commit comments