The code contains a requirements.txt file. These are all the packages needed to run all the Python scripts. In order to run the code, follow the following steps:
Copy the repository to your computer. run: git clone https://github.com/twarep/electrifly.git
- Create and activate a Python virtual environmment, you can use: python -m venv venv
- To activate the virtual environment on Mac/Linux devices with all packages installed, run: source venv/bin/activate
- To activate the virtual environment on Windows devices with all packages installed, run: \venv\Scripts\activate.bat
- To install requirements, run: pip install -r requirements.txt
- To run the scraping script, run: python3 scraper.py