Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 233 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 233 Bytes

ESG Web Crawler

a web crawler that gathers esg ratings periodically

Setup

  1. run docker image build -t crawler . to set up the image
  2. run docker container run --name crawler -p 8000:8000 -d crawler to start the program