Hi.. I've written a Python script which automatically pulls content from a feed and publishes them to a WordPress "links blog" via the MetaWeblog API.
The problem I've run into is that everytime I add a new post, the post date is automatically set to the date that the post was published to WordPress. I'd like this date to be customizable.
Is there any way to publish a new post with a date different from the date in which it is published (via the metaWeblog API)?
(If there is a way, what is the structure that I should use for the MetaWeblog newPost() call?)