/ipynb2blogger

A tool for posting iPython notebooks to blogger

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ipynb2blogger

A tool for posting iPython notebooks to blogger

Pre-requisites

Installation

  • Download client_secrets.json from your google console and place in the same directory as ipynb2blogger.py.
  • Make sure you have pip: apt-get install python-pip
  • Install google's python api-client-library: pip install --upgrade google-api-python-client

Authenticating

The first time you run ipynb2blogger.py the script will connect to the blogger API which will ask for you to sign-in via a browser. Sign-in and then click "accept" to have a token sent back to the script to use to reach your blogger account. The token is stored in a file local to where you ran ipynb2blogger.py.