Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AMA Scraping Microservices

This repository contains two separate FastAPI microservices:

  • custom-scraping — creates and validates scraping templates for custom sector websites.
  • scraping-service — runs the full sector scraping flow using saved templates.

Local Setup

Create .env from .env.example and fill in your values:

cp .env.example .env

Required values:

  • MONGO_URI
  • OPENAI_KEY

Run both services with Docker Compose:

docker compose up --build

Service URLs:

  • Custom scraping API: http://127.0.0.1:8002/docs
  • Main scraping API: http://127.0.0.1:8001/docs

Notes

Do not commit .env files. Use .env.example for documentation only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors