Duplicated from 09u2h4n/Plwrftapi
e0c5f64 499e1bc
1
2
3
4
5
6
7
8
9
10
11
from fastapi import FastAPI from take_ss import take_screenshot import os app = FastAPI() pwd = os.getcwd() @app.get("/") def greet_json(): return {"Sonuc": take_screenshot("https:google.com")}