https://github.com/liuliqiang/warrior
A python implement for MetaWeblog API interface
https://github.com/liuliqiang/warrior
api library metawear metaweblogapi python
Last synced: 12 months ago
JSON representation
A python implement for MetaWeblog API interface
- Host: GitHub
- URL: https://github.com/liuliqiang/warrior
- Owner: liuliqiang
- License: gpl-3.0
- Created: 2017-06-13T17:49:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T14:59:30.000Z (over 8 years ago)
- Last Synced: 2025-02-25T02:20:32.087Z (over 1 year ago)
- Topics: api, library, metawear, metaweblogapi, python
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## warrior
一个非常有意思的 XML-RPC 实现,可以用于远程发布博客文章,我的目标是和 MDPress 无缝对接
### 使用方式
- 启动服务
```
$ python main.py
```
- 发布文章
使用文章编辑 App(MWeb等)添加 warrior 地址,类似于这样:

点击验证你将会连接上服务器,以后发布文章就很随意了。
### 支持的客户端列表
- Windows 平台
- [MarkWord](https://github.com/Twzy/MarkWord)
- Mac 平台
- [MWeb](http://zh.mweb.im/)
- Linux 平台
- [Atom](https://atom.io/)
- 欢迎 PR 补充