Skip to content

zhongqian97/Joplin2HexoPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TOC]

简介

  • 没什么可以说的,能进来这个仓库就意味着基本都懂。
  • 所有代码都在main.py里,随便改,没有协议!
  • 现在版本已经支持使用并行,并行使用命令 python mp_main.py

安装

pip install pyyaml
pip install requests

配置config.yaml

  • config.yaml 只需要路径path、基础端口port、身份验证 token 以及笔记标签 tags 即可!
path: './'
port: 41184
token: 
tags:
- blog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages