An open API service indexing awesome lists of open source software.

https://github.com/styts/odesk-scrape

Scrape all web developer profiles from odesk. Includes caching and filtering.
https://github.com/styts/odesk-scrape

Last synced: about 1 year ago
JSON representation

Scrape all web developer profiles from odesk. Includes caching and filtering.

Awesome Lists containing this project

README

          

Will attempt to scrape all web developers from odesk (around 3700 in Sept. 2013).

Caches in /tmp/odesk-cache/:

- /\/html
- profiles.pickle

Optionally filter by:

- country
- rate

Installation
============
virtualenv env
source env/bin/activate
pip install -r requirements.txt

Running
=======
```
./main.py
Loading profiles form cache...
(u'David B.', 72.22, u'United States')
(u'Joshua G.', 72.22, u'United States')
(u'Geoff D.', 72.22, u'United States')
(u'Brian M.', 72.22, u'United States')
(u'Aditya A.', 70.0, u'Indonesia')
(u'Christopher A.', 70.0, u'United States')
```