MSY-scraper is a Python project for scraping data from the MSY website.
This project uses Anaconda for managing the Python environment and dependencies. To set up the project:
- Install Anaconda if you haven't already.
- Clone this repository to your local machine.
- Navigate to the project directory in a terminal.
- Create a new Anaconda environment from the
environment.yml
file with the command:
conda env create -f environment.yml
- Activate the new environment with the command:
conda activate PY312Scraper
Once you've set up the project, you can run the scraper with the command:
python src/scraper.py
This will scrape data from the MSY website and save it in the data
directory.
Please replace PY312Scraper with the actual name of your Anaconda environment, and adjust the other sections as necessary to fit your project.