PDA

View Full Version : CLI Poster - Bash command line posting to WordPress Blogs



nikhgupta
April 3rd, 2011, 09:32 PM
Hey guys,

I am new to UbuntuForums, but I made this script some days back which I now wanted to share here.

The script lets you post to your WordPress blogs from the command line. You can feed it a piped or redirected input, some files or even directories (recursively or non-recursively) and it will post them to all the configured WordPress blogs.
Moreover, it does support SyntaxHighlighter plugin for WordPress and the format can either be defined explicitly or the script can automatically detect it.

Since the script is a bit lengthier, I am posting the URL for the Git repository and for the LaunchPad, if anyone is interested in improving it with me.

Cli Poster [Github] (https://github.com/nikhgupta/cli-poster/)
Cli Poster [LaunchPad] (https://launchpad.net/cliposter)

Regards
Nikhil Gupta

PS: I am not an expert (for sure). I only know what I want. :)

nshiell
April 3rd, 2011, 10:58 PM
Hi this is a nice idea, I usually code in PHP or Python on the CLI but I would be interested in having a go, do you have any ideas planned?