noodles 1 year ago
parent
commit
574146ecb6
1 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md

+ 6 - 2
README.md

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