Tistory blog post manager
-
Tistory OAuth credentials:
client id, redirect URI
Go http://www.tistory.com/guide/api/manage/register to create credentials.
-
With Go
go get github.com/nullbus/story/story
-
Without Go
TODO
You must run story init
to setup your tistory account. It configures your environment and retrives your first access token. If the access token expires, just run story auth
to begin reauthentication.
story <command> [options...]
story init
story auth
story info
story show
story edit
story post
story info -blog <blog name>
story show -blog <blog name> <post id>