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.
- Item Management: Add, update, and delete items from the scraper system.
- CSV Integration: Uses
.csvfiles for data storage and manipulation. - Streamlit Interface: Interact with the application through a user-friendly streamlit interface.
- Python 3.x
- Required Python packages (listed in
requirements.txt)
-
Clone the Repository:
git clone https://github.com/Humol-e/tracker.git cd tracker -
Install Dependencies:
It's recommended to use a virtual environment:
python -m venv env source env/bin/activate # On Windows, use 'env\Scripts\activate'
Then, install the required packages:
pip install -r requirements.txt
-
Prepare Files:
Be sure everything looks in order.
-
Run the Application:
Execute the main application script:
streamlit run searcherapp.py
-
Interact with the Application:
Follow the gui to search and manage your items.
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.
For questions or suggestions, please open an issue in this repository.