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\"" ]