auto-search-flask-job icon indicating copy to clipboard operation
auto-search-flask-job copied to clipboard

🤖 每日自動更新 README.md 的工作機會清單

Auto searching jobs

Jobs include flask in Taiwan

image

Platform - 104

company job_title update_time
1 淼森科技股份有限公司 Web App Backend Developer 後端工程師 AWS/Flask/Postman/MySQL 1/22
2 雲端互動股份有限公司 Python Back-End Developer 後端工程師_Flask 1/20

Platform - 1111

company job_title update_time
1 (派遣)萬寶華企業管理顧問股份有限公司 美商玻璃基板大廠_全端工程師Full Stack Engineer 2022-01-25
2 台灣美光晶圓科技股份有限公司 Full Stack SMAI Solution Developer 2022-01-19
3 沛思坦網路股份有限公司 【台北內湖】資深Python後端工程師 Python Back-end Engineer (Senior) (月薪7萬-9萬) 2022-01-26
4 美超微電腦股份有限公司(Super Micro Computer, Inc.) Software Engineer-TC21167 2022-01-26

Getting started

Setup Development Environment

▍Method 1 - Python Built-in venv

  • Create your virtual environment
$ python3 -m venv venv
  • And enable virtual environment
$ . venv/bin/activate
  • Install requirements
$ pip install -r requirements.txt 

▍Method 2 - Poetry

  • Install requirements
$ poetry install
  • And enable virtual environment
$ poetry shell

Setup Keyword & Run

Setup Your Keyword in main.py

if __name__ == "__main__":
    keyword = "flask"
    crawler = JobCrawler(keyword)
    crawler.run()

Run Crawler

$ python3 main.py

Contributors

PRs are welcome!

This project exists thanks to all the people who contribute.