delicious.com Blog Posting tool
The delicious.com Blog Posting tool is an "experimental feature creates a daily post of your latest bookmarks to your blog." Lately, folks have been complaining that it is completely broken. Personally, I never could get the thing to work consistently and for the past couple of years I've been using the Feed Poster Blogapp to do my link postings. Now, I'm thinking about fixing Feed Poster up a bit, making it easier to run from the command-line or a cron-job and re-releasing it for those folks who can't get the delicious.com tool to work.
What follows is a synopsis of how I think the tool should work.
delposter - Synopsis
You run the tool by entering something like this 'java -jar delpost.jar [parameters]' on your favorite command-line. The tool will connect with delicious.com, grab all of your bookmarks since the last time the tool was run, create a post that lists all of them and publish that post on your blog (via AtomPub or MetaWeblog API). Here are the parameters you can specify on the command line.
- username - (required) your delicious.com username
- blogusername - (required) username for blog API
- blogpassword - (required) password for blog API
- blogposturl - (required) blog API endpoint URL
- blogid - ID of blog (required if you have more than one)
- blogapitype - either 'metaweblog' or 'atompub'
- title - format of title, can include ${date}
- dateformat - date format to be used in title
- includetags - include only bookmarks with these tags
- excludetags - exclude bookmarks with these tags
- since - number of hours back to go looking for posts (ignoring last run time)
- postdraft - post entry as draft
- appenddraft - if last post is still in draft mode, then delete it and add its contents to the new post being created.
Is that what you'd like to see in a delicious.com Blog Posting tool?
Of course, a command-line tool is not the most friendly way to do things, so perhaps I should provide an installer that sets up a cronjob or a Windows Schedule Task. Or maybe I'll reserve that as an outer-ring feature.
Posted by Aaron Johnson on August 29, 2008 at 10:18 PM EDT #
Posted by Simon Phipps on August 30, 2008 at 12:28 AM EDT #
Posted by Dick Davies on September 22, 2008 at 10:35 PM EDT #
There's nothing at all wrong with letting Delicious do the push -- if that works for you. It's never worked well for me and the poster I'm working on offers a lot more options for the post, as you can see above.
- DavePosted by Dave Johnson on September 23, 2008 at 01:25 PM EDT #