Update get_apps.py

This commit is contained in:
Julimiro 2024-08-19 05:56:39 -04:00
parent 325fe0d80e
commit 9fc70acb4d

View file

@ -4,14 +4,12 @@ from dotenv import load_dotenv, dotenv_values
load_dotenv()
baseurl = '' # replace with your actual URL
path = "/app/create"
url = os.getenv("baseurl")+path
data = {
"name": "test",
"description": "test",
"name": "imagebot",
"description": "imagebot <https://git.gay/Julimiro/imagebot/>",
"permission":
["read:drive","write:drive","write:messaging","write:notes"],
"callbackUrl": "http://example.com"