This is a very simple script that speeds up my workflow.
It simply uploads to my account a markdown file.
Follow these steps to setup the project in a breeze.
git clone https://github.com/SergioRosello/M2M.git yourRepoName
cd yourRepoName
go get github.com/Medium/medium-sdk-go
export TOKEN=yourPersonalToken
To get your personal token, go to profile > settings > integration tokens. There enter a description for you're token and press on Get integration token. Be careful, use this token as if it was a password. Don't share or upload it anywhere.