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
"Building wheels for collected packages: twikenizer\n",
23
-
" Building wheel for twikenizer (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
24
-
" Created wheel for twikenizer: filename=twikenizer-1.0-cp36-none-any.whl size=4853 sha256=69c74c1ea248414aa18ccbf0d8f0b704cb204a0af7fd1a75d3821a783b301b83\n",
25
-
" Stored in directory: /root/.cache/pip/wheels/34/5d/df/2bf827d7e3c6bda2b2dcdd978f975afd43ef400784c9507675\n",
26
-
"Successfully built twikenizer\n",
27
22
"Installing collected packages: twikenizer\n",
28
-
"Successfully installed twikenizer-1.0\n",
23
+
" Running setup.py install for twikenizer: started\n",
24
+
" Running setup.py install for twikenizer: finished with status 'done'\n",
25
+
"Successfully installed twikenizer-1.0\n"
26
+
]
27
+
},
28
+
{
29
+
"name": "stderr",
30
+
"output_type": "stream",
31
+
"text": [
32
+
"You are using pip version 19.0.3, however version 21.1.2 is available.\n",
33
+
"You should consider upgrading via the 'python -m pip install --upgrade pip' command.\n"
"\u001b[?25hBuilding wheels for collected packages: emoji\n",
33
-
" Building wheel for emoji (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
34
-
" Created wheel for emoji: filename=emoji-0.5.4-cp36-none-any.whl size=42176 sha256=13fd92618dda624b5bf58512c35020d306717a1ffbb07b067cea5ef79ca2ba2e\n",
35
-
" Stored in directory: /root/.cache/pip/wheels/2a/a9/0a/4f8e8cce8074232aba240caca3fade315bb49fac68808d1a9c\n",
"## 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