An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## warrior

一个非常有意思的 XML-RPC 实现,可以用于远程发布博客文章,我的目标是和 MDPress 无缝对接

### 使用方式

- 启动服务

```
$ python main.py
```

- 发布文章

使用文章编辑 App(MWeb等)添加 warrior 地址,类似于这样:

![](http://oo6jmf58s.bkt.clouddn.com/2017-11-07-15100662819694.jpg)

点击验证你将会连接上服务器,以后发布文章就很随意了。

### 支持的客户端列表

- Windows 平台
- [MarkWord](https://github.com/Twzy/MarkWord)
- Mac 平台
- [MWeb](http://zh.mweb.im/)
- Linux 平台
- [Atom](https://atom.io/)
- 欢迎 PR 补充