PDA

View Full Version : Pixelpost and MySQL interaction


submerge
04-30-2008, 06:48 AM
I'm attempting to write a program to automate the insertion of images into the Pixelpost database. Where would I find information on the SQL statement that Pixelpost uses to add images to the database? My program is a Python script that will pull images off a POP3 email account and add the images automatically to Pixelpost. Any help would be appreciated, thanks.

dhdesign
04-30-2008, 10:53 AM
There's already an addon that does this same thing called Pop3 Post (http://www.pixelpost.org/extend/addons/pop3-post/). You might check that out to see how the addon author did it.