Post your markdown or text file to Medium.
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
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>