Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Used Car Data Scrapper

Chris Li edited this page Oct 4, 2020 · 5 revisions

System Requirement

You operating system has to be either:

  • Ubuntu 16.04 LTS (“Xenial”)
  • Ubuntu 18.04 LTS (“Bionic”)

Other operating systems may also work, but those have not been tested yet.

Installation for Scrapy

Installation for MongoDB

The following tutorial is copied from MongoDB official documentation.

Import the public key used by the package management system

From a terminal, issue the following command to import the MongoDB public GPG Key from https://www.mongodb.org/static/pgp/server-4.4.asc:

wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add

Clone this wiki locally