Skip to content

tick-taku/post-md-medium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post markdown to Medium

Post your markdown or text file to Medium.

Usage

for iPad

Copy to integration token from Medium settings.

python etc/init.py

integration token: <Your integration token here.>
./etc/init.sh

integration token: <Your integration token here.>
python post_medium.py

file: <Your text file here.>
publishStatus: <draft or public>
  • If you get No module requests error, try this
pip install requests

Others

Copy to integration token from Medium settings.

./etc/init.sh

integration token: <Your integration token here.>
pipenv run start

file: <Your text file here.>
publishStatus: <draft or public>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published