Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 798 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 798 Bytes

Jobless:

This is a scrapy spider crawling through freelance job listings in various websites. Prepares a list of jobs based on given keywords (and in future few more rules) and publishes the results on a static html page.

Site:

visit http://neotheicebird.github.io/jobless/ to get the list of job links. Site generation is automated. Right now the webpage is kinda messy, I would clean it up soon.

Implemented:

- crawls on elance.com, gets job title, description, project timeframe and links

Yet to do:

- add domains odesk.com, guru.com and freelancer.in
- create a static html using pelican(probably) or django and push to git pages

This is a personal project, there is no intention of using the data crawled for any commercial purposes.