Skip to content

Instantly share code, notes, and snippets.

@mierst
mierst / cftools_service.py
Created February 25, 2026 03:18
dayz.fyi CFTools integration — read-only API calls (auth, user lookup, ban lookup)
"""
Async CFTools Data API service for dayz.fyi web application.
Fetches and caches CFTools ban data for player investigation.
Uses CFTools Data API with MongoDB caching.
"""
import os
import hashlib
import logging