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

6
config.example.toml Normal file
View File

@@ -0,0 +1,6 @@
consumer_key = "CONSUMER KEY GOES HERE"
consumer_secret = "CONSUMER SECRET GOES HERE"
oauth_key = "OAUTH KEY GOES HERE"
oauth_secret = "OAUTH SECRET GOES HERE"
blog = "BLOG_NAME_HERE"