Skip to content

Save available projects in projects.co.id (Indonesian Freelancing Site) to CSV

License

Notifications You must be signed in to change notification settings

ceedadev/projects.co.id-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects.co.id Project Scraper

Background

Projects.co.id is an online Indonesian freelancing platform. It helps project owners to find talent to help them with their project. For talents, browsing the website for suitable projects is time consuming. Therefore, this Python script help to scrape all available projects along with detailed information in the website.

Good Ethical WebScraping

Script user must abide to rules of the website, and use the data for good intention only. And not to perform too many request to the server.

Requirements

  • Python 3.6 or above
  • Scrapy

How To Use

  1. Download repository

    git clone https://github.com/ceedadev/projects.co.id-scraper.git
    
    cd projects.co.id-scraper
  2. (Optional) Install Python Virtual Environment

    python3 -m venv venv
    • Mac / Linux
    source ./bin/activate
    • Windows Powershell
    .\venv\Scripts\Activate.ps1
  3. Install requirements

    pip install -r requirements.txt
  4. Run Spider

    • Output CSV
    scrapy crawl projects -O projects.csv
    • or Output JSON
    scrapy crawl projects -O projects.json

Todo

  • Implement Scrapy
  • ScrapyRT for API
  • Item Pipelines to SQL DB
  • Perform tracking of projects
  • SMPT Service for new and tracked project tags

About

Save available projects in projects.co.id (Indonesian Freelancing Site) to CSV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages