Skip to content

Commit

Permalink
fix: Update LinkedIn_Update_metrics_from_profile_posts_in_Notion_cont…
Browse files Browse the repository at this point in the history
…ent_calendar.ipynb
  • Loading branch information
FlorentLvr authored Oct 12, 2023
1 parent 0517dc6 commit c660342
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"# Mandatory\n",
"li_at = naas.secret.get(\"LINKEDIN_LI_AT\") or \"YOUR_LINKEDIN_LI_AT\" #example: AQFAzQN_PLPR4wAAAXc-FCKmgiMit5FLdY1af3-2\n",
"JSESSIONID = naas.secret.get(\"LINKEDIN_JSESSIONID\") or \"YOUR_LINKEDIN_JSESSIONID\" #example: ajax:8379907400220387585\n",
"linkedin_url = \"https://www.linkedin.com/in/alexismonville/\" # EXAMPLE \"https://www.linkedin.com/in/myprofile/\"\n",
"linkedin_url = \"https://www.linkedin.com/in/xxxxx/\" # EXAMPLE \"https://www.linkedin.com/in/myprofile/\"\n",
"notion_token = \"ENTER_YOUR_NOTION_TOKEN_HERE\" # EXAMPLE : \"secret_eaLtxxxxxxxzuBPQvParsFxxxxxxx\"\n",
"notion_database_url = \"ENTER_YOUR_NOTION_DATABASE_URL_HERE\" # EXAMPLE : \"https://www.notion.so/naas-official/fc64df2aae7f4796963d14edec816xxxxx\"\n",
"\n",
Expand Down Expand Up @@ -710,4 +710,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit c660342

Please sign in to comment.