Browse Source

'edit_readme'

noodles 1 year ago
parent
commit
5b344bc73f
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -1,2 +1,13 @@
 # linkedin_crawler
 
+## person_interest
+根據 Tabel `user` 內存放的個人linkedin連結抓取其有興趣的公司
+抓完後存放入 Tabel `user` 的 **company_list** 欄位
+啟動指令
+```linux
+python person_interest.py -l 100 -u person2 -p port -e linux
+```
+- -l : 此次爬取的人數
+- -u : 使用哪人的帳號
+- -p : Linux 環境需要, 決定selenium docker port
+- -e : 決定爬取環境(linux or window)