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.
- Host: GitHub
- URL: https://github.com/humol-e/meli-searcher
- Owner: Humol-e
- Created: 2025-02-28T22:28:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-29T19:10:34.000Z (10 months ago)
- Last Synced: 2025-03-29T19:31:22.310Z (10 months ago)
- Language: Python
- Homepage:
- Size: 242 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.