ScrapeMaster 2.0
1. Create a new folder and Install 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
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 sraper.py file (this is the file responsible for scraping and parsing)
8. Create streamlit_app.py
9. Run streamlit_app.py