From a74cdd5a77588ee1c3927c393b9f8f656729a677 Mon Sep 17 00:00:00 2001 From: Florent <48032461+FlorentLvr@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:44:31 +0200 Subject: [PATCH] Update LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb --- ...nkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb b/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb index 2aaea1d3a3..79ab82637d 100644 --- a/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb +++ b/LinkedIn/LinkedIn_Rank_Direct_Conversations_by_Messages_Count.ipynb @@ -73,7 +73,7 @@ ] }, "source": [ - "**Description:** This notebook ranks direct conversations by message count. Don't forget to download your LinkedIn extract and use the messages.csv file as input." + "**Description:** This notebook ranks direct conversations by message count. Download your LinkedIn data, extract all files from Zip and use the messages.csv file as input." ] }, { @@ -144,7 +144,7 @@ "tags": [] }, "source": [ - "- `linkedin_url`: URL of LinkedIn profile\n", + "- `linkedin_url`: Your LinkedIn profile URL\n", "- `file_path`: Path to the messages.csv file\n", "- `limit`: Limit of days to get the conversations" ] @@ -334,4 +334,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}