Skip to content

adcroft/ipynb2blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tool for posting iPython notebooks to blogger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages