You can use Tistory and Tistory Skin API.
While I was developing and writing the Tistory framework, several child packages were created. Among them, the most helpful ones are Tistory API for Javascript, which wraps the Tistory API once more, and Tistory API for PHP for PHP. Both libraries make it easier to use the Tistory API.
Tistory API for Javascript
https://github.com/tidory/tistory
Tistory API for PHP
https://github.com/pronist/tistory
The process of deploying to the Tistory server and the process of previewing in the Tistory framework all communicate directly with the Tistory server . What library is used to do this? In fact, Tistory does not officially support this. However, if you use the API that we unofficially extracted, you can communicate directly with the server!
(Unofficial) Tistory Skin API
https://github.com/tidory/tistory-skin
-
★, It is a great help to developers!