Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneasystone/typecho-exporter
export typecho blogs to .md files
https://github.com/aneasystone/typecho-exporter
Last synced: 2 months ago
JSON representation
export typecho blogs to .md files
- Host: GitHub
- URL: https://github.com/aneasystone/typecho-exporter
- Owner: aneasystone
- Created: 2015-07-02T05:50:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T06:47:13.000Z (over 9 years ago)
- Last Synced: 2024-04-28T04:50:34.608Z (9 months ago)
- Language: Python
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typecho-exporter
export typecho blogs to .md filesUsage
--------------
1. 修改config.ini文件中的数据库配置
2. 运行`python main.py`Dependency
-------------
1. Python 2.7
2. [MySQLdb](https://pypi.python.org/pypi/MySQL-python/1.2.5)