Skip to content

kerb0y/Carousell-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here are the step-by-step instructions to run your Carousell scraping program:

  1. Git Clone:

    • Open the terminal or command prompt.
    • Clone the repository locally:
      git clone https://github.com/kerb0y/Carousell-scraper
  2. Navigate Directory:

    • Navigate to the repository directory:
      cd Carousell-scraper
  3. Download and Prepare ChromeDriver:

    • Visit the ChromeDriver Download Page and download the ChromeDriver version compatible with your Chrome browser.
    • Extract the ChromeDriver file into the repository directory.
  4. Run the Program:

    • Execute the program using Python:
      python main.py
    • Follow the prompts to input the product information, minimum price, and the desired number of listings.
  5. Check the Results:

    • After the program completes, the scraping results will be saved in a CSV file with a timestamp in its name.
  6. Open the CSV:

    • If you want to open the CSV file with Excel, run the following command in the terminal or command prompt:
      start excel filename.csv

By following these steps, you should be able to easily run your Carousell scraping program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%