- 전체
- Python 일반
- Python 수학
- Python 그래픽
- Python 자료구조
- Python 인공지능
- Python 인터넷
- Python SAGE
- wxPython
- TkInter
- iPython
- wxPython
- pyQT
- Jython
- django
- flask
- blender python scripting
- python for minecraft
- Python 데이터 분석
- Python RPA
- cython
- PyCharm
- pySide
- kivy (python)
Python 인터넷 파이썬 구현의 blog API : MetaWeblog API (MWA) implemented in Python
2019.02.08 14:08
파이썬 구현의 blog API : MetaWeblog API (MWA) implemented in Python
PyMWA
pymwa-master.zip
MetaWeblog API (MWA) implemented in Python.
1| Motivation
It's boring and inefficient to deliver posts in a WYSIWYG editor of the blog system. We should enjoy our lives by using MetaWeblog API (MWA). Now this is implemented in Python, you can use the scripts here to publish an article just in seconds.
2| Configuration
Just open config.py, then modify the dictionary config with your own information.
3| Usage
Make publish.py executable:
$ chmod +x publish.py
If you have a Markdown-format post (e.g. hello_world.md), you can publish it locally by one command:
$ ./publish.py -md hello_world.md
If you have a HTML-format post (e.g. hello_world.html), you can also publish it locally by one command:
$ ./publish.py -html hello_world.html
4| Feedback
Advices and improvements are appreciated.
[출처] https://github.com/RussellLuo/pymwa
본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.

