sneedcat / olx_parser

This package parses olx and gives you the results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OLX Parser

This Python project allows you to parse offers from OLX and create a web interface to view them.

Features

  • Offer Parsing: The project includes functionality to scrape and parse offers from OLX.
  • Web Interface: It provides a user-friendly web interface to view the parsed offers.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/olx_parser.git
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the following command to start the web interface:

    flask --app main run
  2. Open your web browser and navigate to http://localhost:5000 to access the web interface.

Contributing

Contributions are welcome! If you have any ideas or improvements, please submit a pull request.

Note

In the future, I'll probably host it on a server.

License

This project is licensed under the MIT License.

About

This package parses olx and gives you the results

License:MIT License


Languages

Language:HTML 55.3%Language:Python 44.7%