An open API service indexing awesome lists of open source software.

https://github.com/humol-e/meli-searcher

MELI Searcher is a Python-based application designed to search for items in Mercado Libre and then compare all the data between the products in a csv file.
https://github.com/humol-e/meli-searcher

Last synced: 10 months ago
JSON representation

MELI Searcher is a Python-based application designed to search for items in Mercado Libre and then compare all the data between the products in a csv file.

Awesome Lists containing this project

README

          

# MELI Searcher

**MELI SEACHER** is a Python-based application designed to search for items in Mercado Libre and then compare all the data between the products in a csv file.

## Features

- **Item Management**: Add, update, and delete items from the scraper system.
- **CSV Integration**: Uses `.csv` files for data storage and manipulation.
- **Streamlit Interface**: Interact with the application through a user-friendly streamlit interface.

## Requirements

- Python 3.x
- Required Python packages (listed in `requirements.txt`)

## Installation

1. **Clone the Repository**:

```bash
git clone https://github.com/Humol-e/tracker.git
cd tracker
```

2. **Install Dependencies**:

It's recommended to use a virtual environment:

```bash
python -m venv env
source env/bin/activate # On Windows, use 'env\Scripts\activate'
```

Then, install the required packages:

```bash
pip install -r requirements.txt
```

## Usage

1. **Prepare Files**:

Be sure everything looks in order.

2. **Run the Application**:

Execute the main application script:

```bash
streamlit run searcherapp.py
```

3. **Interact with the Application**:

Follow the gui to search and manage your items.

## Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.

## Contact

For questions or suggestions, please open an issue in this repository.