This project provides a scraping service that extracts OpenGraph (OG) metadata from FurTrack pages. It uses a Master-Worker architecture where the master handles requests and workers to fetch and extract metadata dynamically.
Ensure you have the following installed:
git clone https://github.com/blumlaut/fxfurtrack.git
cd fxfurtrack
FurTrack may limit connections from non-logged in users, to ensure this does not happen fxfurtrack supports configuring your own Token in the .env
file.
Run the following command to build and start all services:
docker compose up --build
This will start:
- Redis (for job queuing and caching)
- Master API (handles requests)
- Worker(s) (retrieves OpenGraph metadata)
Please note that this project is not affiliated with or endorsed by FurTrack.