Initial commit

* basic CLI that will post text and images
* reblogging is available
* tags are available
This commit is contained in:
Intercal
2025-08-13 14:08:46 -07:00
commit fec97da1c0
10 changed files with 832 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
/config.toml
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv