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".
Monday, August 9, 2010
0 comments:
Post a Comment