- Install Python gdata libraries. This entails downloading, untarring, and
sudo python setup.py
- Install GoogleCL. Same as above.
- Copy googlecl-0.9.5/build/scripts-2.6/google (version numbers subject to change) to /usr/local/bin or anywhere else in you PATH.
google blogger post --tags "online, shell" --title "Frist post using GoogleCL" "Can you believe I'm posting this from the command line?"
Or write your post in a text editor, saving it as ~/tmp/post.html, then:
google blogger post --tags "online, shell" --title "Blog from the command line" ~/tmp/post.html
0 comments:
Post a Comment