Skip to content

MSY-scraper is a Python project that scrapes data from the MSY website. It uses Anaconda for environment management and dependencies. The scraped data is saved in the data directory. The project includes setup and usage instructions.

License

Notifications You must be signed in to change notification settings

Aleksandir/MSY-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSY-scraper

MSY-scraper is a Python project for scraping data from the MSY website.

Installation

This project uses Anaconda for managing the Python environment and dependencies. To set up the project:

  1. Install Anaconda if you haven't already.
  2. Clone this repository to your local machine.
  3. Navigate to the project directory in a terminal.
  4. Create a new Anaconda environment from the environment.yml file with the command:
conda env create -f environment.yml
  1. Activate the new environment with the command:
conda activate PY312Scraper

Usage

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.

About

MSY-scraper is a Python project that scrapes data from the MSY website. It uses Anaconda for environment management and dependencies. The scraped data is saved in the data directory. The project includes setup and usage instructions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages