Skip to content

ufeindt/fastapi-scraper

Repository files navigation

FastAPI Movie & Book scraper

A simple scraper to get movie and booker data for my collection.

Stack:

  • Backend: FastAPI
  • HTML Templates: Jinja2
  • Progressive Enhancement: HTMX
  • Styling: TailwindCSS

The scraper is protected by an API key in the env vars. You can start the dev server with:

API_KEY=TEST_KEY uv fastapi dev main.py

Then navigate the http://localhost:8000/TEST_KEY/

To keep the styling up to date, run Tailwind:

cd tailwindcss
npm install
npm run dev

About

FastAPI app for scraping movie and book DB data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published