Skip to content

Sscript to streamline the process of publishing articles, written in Markdown format, to Medium

License

Notifications You must be signed in to change notification settings

dvdmtw98/medium-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium Publisher

A python script to automate and simplify the process of publishing Markdown files as posts to Medium using the Medium REST API.
The script supports setting the Title, Subtitle and Tags of the Medium posts using Markdown Front matter.
The script can bypass Cloudflare Anti-bot Protection.

> python .\publish.py -h

usage: publish.py [-h] (-p POST | -l LIST) [-s {public,unlisted,draft}]

Automate Publishing Articles to Medium

optional arguments:
  -h, --help            show this help message and exit
  -p POST, --post POST  Path to Markdown File to Upload
  -l LIST, --list LIST  Path of file containing Absolute Paths of Markdown files to Upload
  -s {public,unlisted,draft}, --status {public,unlisted,draft}
                        Status of Post when Published to Medium

About

Sscript to streamline the process of publishing articles, written in Markdown format, to Medium

Topics

Resources

License

Stars

Watchers

Forks