Skip to content

Commit

Permalink
fix: update generate_readme.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr authored Dec 12, 2023
1 parent fa09a46 commit 2e12fd4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions generate_readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -642,12 +642,13 @@
" \n",
" # Update json\n",
" ranking = 2\n",
" for x in [\"Sales\", \"Marketing\", \"Social Media\", \"Brand\", \"Financial\", \"Legal\"]:\n",
" if x in title:\n",
" ranking = 4\n",
" break\n",
" if \"automation\" in tags and tool in [\"Notion\", \"LinkedIn\", \"OpenAI\", \"Google Sheets\", \"HubSpot\"]:\n",
" ranking = 5\n",
" elif tool in [\"AI for Work\"]:\n",
" for x in [\"Sales\", \"Marketing\", \"Social Media\", \"Brand\", \"Financial\", \"Legal\", \"Expert\"]:\n",
" if x in title:\n",
" ranking = 4\n",
" break\n",
" elif tool in [\"Notion\", \"LinkedIn\", \"OpenAI\", \"Google Sheets\", \"AWS\", \"HubSpot\", \"Google Docs\", \"Google Drive\", \"Google Analytics\", \"Gmail\", \"Bitly\", \"AI for Work\"]:\n",
" ranking = 3\n",
" elif tool in [\"Naas\", \"Naas Chat Plugin\", \"Naas Dashboard\"]:\n",
Expand Down

0 comments on commit 2e12fd4

Please sign in to comment.