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.
- Set up virtualenv if required.
- Install poetry
- Install lock dependencies:
poetry install - Export requirements.txt from poetry:
sh export_requirements_txt_from_poetry.sh - Install pip dependencies:
pip install -r requirements.txt - Run the server with Host and Port:
sh start.sh 0.0.0.0:8080