Skip to content

Instantly share code, notes, and snippets.

@alraune07
alraune07 / main_new.py
Created April 24, 2026 10:48
C-207: trendspy + TTLCache для nahual google-trends VPS
from fastapi import FastAPI, Header, HTTPException
from pydantic import BaseModel
import os
import logging
from threading import Lock
from cachetools import TTLCache
from trendspy import Trends
logger = logging.getLogger("google-trends")