ScrapeMaster 4.0
1. Create a new folder and Install & activate your virtual environnement
2. Create a file requirements.txt and copy the following libraries
3. pip install requirements
4. Create .env file and add your api keys (optional)
5. Downlaod ChromeDriver from (Chrome for Testing availability (googlechromelabs.github.io) )
6. Create assets.py file (it will include all model names and settings)
7. Create scraper.py file (this is the file responsible for scraping and parsing)
8. Create pagination_detector.py
9. Create streamlit_app.py
10. Create api_management.py
11. Run streamlit_app.py