/olx-scrapper

Python program to scrape mobile numbers from olx.

Primary LanguagePython

[DEPRECATED] # Olx-scraper

It is a cmd application written in Python and it scrapes and downloads user mobile numbers from olx.

For running program, follow below steps

Clone the repository and create a virtualenv

$ virtualenv venv
$ source venv/bin/activate

After activating virtual environment, Install all dependencies / packages

$ pip install -r requirements.txt

After Installing required dependencies , open credentials.py and change it to your account details

Parameters

Parameter Type Description
Email str Your olx username/email
password str Your olx password
Driver_path str Path of your chrome driver

To run program:

$ python olx.py

Usage

To scrape users mobile numbers.

This program is just for learning purpose. I am by no means responsible for any usage of this Program. Use on your own behalf. I'm also not responsible if your account get banned due to extensive use of this tool. Please don't misuse this program.