Skip to content

Commit a25651c

Browse files
committed
feat: procedure to get apify token
1 parent d05755e commit a25651c

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

Instagram/Instagram_Extract_details_from_account.ipynb

+31-11
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tags": []
5656
},
5757
"source": [
58-
"**Last update:** 2024-07-04 (Created: 2024-07-04)"
58+
"**Last update:** 2024-07-09 (Created: 2024-07-04)"
5959
]
6060
},
6161
{
@@ -71,6 +71,26 @@
7171
"**Description:** This notebook allows users to extract details from an Instagram account."
7272
]
7373
},
74+
{
75+
"cell_type": "markdown",
76+
"id": "88ed8bb2-2694-4848-a3ef-afc0f4e65e07",
77+
"metadata": {},
78+
"source": [
79+
"### How to retrive API key with apify"
80+
]
81+
},
82+
{
83+
"cell_type": "markdown",
84+
"id": "0fca1344-877b-417d-94f0-1f024a029523",
85+
"metadata": {},
86+
"source": [
87+
"1. Go to https://apify.com.\n",
88+
"2. Click \"Sign up for free\" and use your google account to sign up.\n",
89+
"3. Once your account has been created, navigate to \"Settings\" on the left panel of the screen.\n",
90+
"4. Here you will click on the tab labeled \"Integrations\" where your personal API token that was automatically generated with sign up will be.\n",
91+
"5. Copy that token and use it to extract data!"
92+
]
93+
},
7494
{
7595
"cell_type": "markdown",
7696
"id": "input_cell",
@@ -99,11 +119,11 @@
99119
"id": "d40e70c0-a388-417b-a50f-c50bb82cc0b3",
100120
"metadata": {
101121
"execution": {
102-
"iopub.execute_input": "2024-07-08T21:29:33.402992Z",
103-
"iopub.status.busy": "2024-07-08T21:29:33.402544Z",
104-
"iopub.status.idle": "2024-07-08T21:29:34.812630Z",
105-
"shell.execute_reply": "2024-07-08T21:29:34.812039Z",
106-
"shell.execute_reply.started": "2024-07-08T21:29:33.402899Z"
122+
"iopub.execute_input": "2024-07-09T09:36:57.966063Z",
123+
"iopub.status.busy": "2024-07-09T09:36:57.965772Z",
124+
"iopub.status.idle": "2024-07-09T09:36:58.409889Z",
125+
"shell.execute_reply": "2024-07-09T09:36:58.409329Z",
126+
"shell.execute_reply.started": "2024-07-09T09:36:57.965976Z"
107127
},
108128
"papermill": {},
109129
"tags": []
@@ -141,11 +161,11 @@
141161
"id": "ce903236-60d1-4087-a31e-9321f2df6112",
142162
"metadata": {
143163
"execution": {
144-
"iopub.execute_input": "2024-07-08T21:29:34.814321Z",
145-
"iopub.status.busy": "2024-07-08T21:29:34.814082Z",
146-
"iopub.status.idle": "2024-07-08T21:29:34.817721Z",
147-
"shell.execute_reply": "2024-07-08T21:29:34.817114Z",
148-
"shell.execute_reply.started": "2024-07-08T21:29:34.814273Z"
164+
"iopub.execute_input": "2024-07-09T09:36:58.539921Z",
165+
"iopub.status.busy": "2024-07-09T09:36:58.539682Z",
166+
"iopub.status.idle": "2024-07-09T09:36:58.543836Z",
167+
"shell.execute_reply": "2024-07-09T09:36:58.543209Z",
168+
"shell.execute_reply.started": "2024-07-09T09:36:58.539897Z"
149169
},
150170
"papermill": {},
151171
"tags": []

0 commit comments

Comments
 (0)