No description
Kumi
3473e6ed6d
Introduced the foundational codebase for a new Python wrapper to interact with the Knuddels.de API. This includes a .gitignore file to exclude virtual environments and compiled Python files, basic project metadata in pyproject.toml, and license information. Core functionality is added in the `api.py` file within a `Knuddels` class, enabling login, session handling, and GraphQL queries for message management. Accompanying `users.py` and `messages.py` modules define relevant data classes. Also set up a test script to verify login and data retrieval flows. |
||
---|---|---|
src/pyknuddels | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
test.py |