Skip to content

Latest commit

 

History

History

README.md

Scraping API server

A simple Web scraping API server built with FastAPI.

The main aim of this API server is to parse the OpenGraph of the given web page by scraping the web page.

Instructions

  1. Set up virtualenv if required.
  2. Install poetry
  3. Install lock dependencies: poetry install
  4. Export requirements.txt from poetry: sh export_requirements_txt_from_poetry.sh
  5. Install pip dependencies: pip install -r requirements.txt
  6. Run the server with Host and Port: sh start.sh 0.0.0.0:8080