From 96795656402bc34e189cfa903c9b7d457ea71c11 Mon Sep 17 00:00:00 2001 From: Varsha Kumar Date: Wed, 24 Jul 2024 11:25:55 +0200 Subject: [PATCH] fix: without secret --- Instagram/Instagram_Get_comments_from_post.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Instagram/Instagram_Get_comments_from_post.ipynb b/Instagram/Instagram_Get_comments_from_post.ipynb index 811aa92130..3c82de40ba 100644 --- a/Instagram/Instagram_Get_comments_from_post.ipynb +++ b/Instagram/Instagram_Get_comments_from_post.ipynb @@ -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\"" ]