Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 396 Bytes

we work remotely crawler

Crawler for https://weworkremotely.com/categories/remote-programming-jobs#job-listings It helps you track the programming jobs posted on the website, feel free to fork and work on the code.

In case of wanting to use, clone the repo and run

python3 crawler.py

NOTE: make sure you have requests installed, to install the package:

pip install requests