Skip to content

Commit

Permalink
fix: without secret
Browse files Browse the repository at this point in the history
  • Loading branch information
varshakumarr committed Jul 24, 2024
1 parent b8fe1b1 commit 9679565
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Instagram/Instagram_Get_comments_from_post.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,22 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 7,
"id": "ce903236-60d1-4087-a31e-9321f2df6112",
"metadata": {
"execution": {
"iopub.execute_input": "2024-07-24T09:17:53.885709Z",
"iopub.status.busy": "2024-07-24T09:17:53.885471Z",
"iopub.status.idle": "2024-07-24T09:17:53.889147Z",
"shell.execute_reply": "2024-07-24T09:17:53.888536Z",
"shell.execute_reply.started": "2024-07-24T09:17:53.885681Z"
"iopub.execute_input": "2024-07-24T09:23:44.112883Z",
"iopub.status.busy": "2024-07-24T09:23:44.112639Z",
"iopub.status.idle": "2024-07-24T09:23:44.115836Z",
"shell.execute_reply": "2024-07-24T09:23:44.115219Z",
"shell.execute_reply.started": "2024-07-24T09:23:44.112859Z"
},
"papermill": {},
"tags": []
},
"outputs": [],
"source": [
"apify_token = \"apify_api_gXWnLEPiE7wC8ALUwQkJ0QcdbuQzU847JwNP\"\n",
"apify_token = \"apify_api_gXWnLEPiE7wC8ALUwQkJ0QcdbuQzU84xxxxx\"\n",
"post_url = \"https://www.instagram.com/p/Cn0cUc7KelU/\"\n",
"output_csv = f\"{post_url.split('https://www.instagram.com/')[1].replace('/', '_')}instagram_post_comments.csv\""
]
Expand Down

0 comments on commit 9679565

Please sign in to comment.