initial commit

This commit is contained in:
Mark Eaton
2026-01-23 11:26:23 -05:00
commit 231c1ae981
6 changed files with 774 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "saints"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mastodon-py>=2.1.4",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]