Easy Posting with Blogger from the Command Line

Diposkan oleh Unknown on Sunday, August 8, 2010

Posting with Blogger is now really easy just using the command line. An example command looks like this
google blogger --blog="Linux Tipps & More" --title="Some title" post "Here comes the content"

You can of course put all this into a script so it becomes even easier to post new blog entries:
google blogger --blog="Linux Tipps & More" --title="$1" --tags=$2 post "$3".

{ 0 komentar... read them below or add one }

Post a Comment

Come on share your comment, but please do not spam