Medium as Supported Account
Closed this issue · 3 comments
AlexanderMann commented
Presently Medium.com isn't supported as one of the profiles. Not sure where this support should be added, but it'd be nice to have!
If you can list the files which need to be modified or the best path forward, I'd be happy to help!
mudassir0909 commented
Well, the first step is to update this file to support Medium. Once that is done, the remaining tasks are pretty trivial
mudassir0909 commented
Medium is now supported :)
Add
{
"network": "medium",
"username": "@foobar",
"url": ""
}
OR (Without the @
)
{
"network": "medium",
"username": "foobar",
"url": ""
}
AlexanderMann commented
Woah, awesome! Thanks @mudassir0909