Insight grabber funktioniert.

This commit is contained in:
Jonas Linter
2025-10-21 10:54:21 +02:00
commit 0d754846ce
11 changed files with 1475 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "meta-api-grabber"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.1",
"facebook-business>=23.0.3",
"python-dotenv>=1.1.1",
"requests-oauthlib>=2.0.0",
]