GithubHelp home page GithubHelp logo

ceedadev / projects.co.id-scraper Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

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

License: MIT License

Python 100.00%
python scrapy indonesian projects freelance

projects.co.id-scraper's Introduction

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

projects.co.id-scraper's People

Contributors

ceedadev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.