A small script to download a user's latest posts into markdown files. The files will be named with release date and dasherized title, like Jekyll uses it. Example: 2015-08-05-hello.md
python3 run.py -u username -l 5
The script accepts two parameters:
uis for the user name. Mandatory and has to be a string.lis for limit. Number of posts to retrieve. Not mandatory. Integer and the default is 10 by Medium. Zero will be swapped to one.cis category for the posts. If it doesn't exists, it will be 'medium'