https://github.com/brucemacd/freelance-problem-trends
Crawling and parsing postings on freelance job boards to find trends.
https://github.com/brucemacd/freelance-problem-trends
Last synced: 6 months ago
JSON representation
Crawling and parsing postings on freelance job boards to find trends.
- Host: GitHub
- URL: https://github.com/brucemacd/freelance-problem-trends
- Owner: BruceMacD
- Created: 2020-02-04T06:35:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T06:08:28.000Z (over 6 years ago)
- Last Synced: 2025-10-11T15:08:58.071Z (10 months ago)
- Language: HTML
- Size: 50.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freelance-Problem-Trends
Crawling and parsing postings on freelance job boards to find trends.
This project was used to collect and visualize the data used in the accompanying blog post:
https://medium.com/@brucewmacdonald/what-are-the-most-in-demand-skills-for-remote-freelance-work-bafff40c07f7
# Running
```
> go build
> ./Freelance-Problem-Trends --help
Usage of ./Freelance-Problem-Trends:
-analyze
indicates if the data should be read into memory from the database
-crawl
indicates if results should be crawled from freelancer site
-endPage int
the page to stop crawling at
-startPage int
the page to start crawling from
```