Skip to content

Instantly share code, notes, and snippets.

@ahvahsky2008
ahvahsky2008 / server.py
Last active May 21, 2025 23:17
YandexGPT - эмуляция браузера
import json
import re
import aiohttp
from uuid import uuid4
from fastapi import FastAPI
from pydantic import BaseModel
app = FastAPI()