I'm using this plugin on my blogs and tubes. You can execute PHP code for every post, so if you know PHP then you can do almost everything.
I'm a PHP noob, but using some examples and playing with various bits of PHP code I can automate many many tasks.
You probably already know about parsing data from RSS/XML feeds, FHG's, tubes... But there's more specific things you can do.
For example. One sponsor has XML feeds but they lack some things like pornstar names/categories/additional thumbs. BUT they have all this data on their FHG's, so I use FHG dumps, create my own RSS feeds, rewrite the descriptions and titles and parse all the missing data I need from FHG using various preg_match. This way I get blog posts added as pending which I just check, tune and publish or schedule. All done with CyberSEO.
