/food-bot

Primary LanguagePython

Food-recommended Bot

Source

  • IG
  • 痞客邦
  • 愛食記
  • Walker旅遊美食網

Task manage site:

https://trello.com/b/GyByiAQj/db104-g1

Useful Resources

IG scraper : https://github.com/rarcega/instagram-scraper
Instagram-robot : https://www.bnext.com.tw/article/53299/make-a-robot-instagram-influencer-for-free-lunch
記者快抄(PTT自動撰寫新聞) : http://news.ptt.cc
Ptt-web-crawler : https://github.com/jwlin/ptt-web-crawler
Dcard-crawler : https://github.com/leVirve/dcard-spider

Concept

concept

Reference 📝

git branch

查看現有分支:

git branch

創建分支:

git branch (branchname)

切換分支:

git checkout (branchname)

查看遠端地址:

git remote -v

Note:

git push -u origin master 裡面的master 記得替換成branchname

git push -u origin branchname