This is simple app that parses OLX market and saves data to Excel file.
To use this app:
- Create config.py file and put there "path" variable to show the path to save data, and "user_agent" from your browser or any other.
- Run excel.py file and type in your request.
v2.0 changes:
- after app finished parsing all pages, it will open a GUI app where you will be able to see all data parsed and filter it by if there is size or no.
- added logging(request_url; pages found; items found)
- fixed some request and display issues
