Initial commit
* basic CLI that will post text and images * reblogging is available * tags are available
This commit is contained in:
6
config.example.toml
Normal file
6
config.example.toml
Normal 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"
|
||||
Reference in New Issue
Block a user