Importing scripts via SOAP or the command line

I was wondering if it is possible to import a new script into screen-scraper via the SOAP update command. If the script does not already exist, will it be created?

In enterprise edition, there

In enterprise edition, there is a web-controller that uses the SOAP port, and you can import though that:

http://community.screen-scraper.com/web_interface

So I assume you're using SOAP as documented here:

http://community.screen-scraper.com/invoking_screen-scraper_through_SOAP

But there's no import listed thereon. To tell the truth, I know there must be a way to do it, and if you can confirm I understand your question, I'll hunt it down for you.

Yeah, I'd like to write a

Yeah, I'd like to write a shell or python script that will update new files in a directory to the SS server. That way I can just put files there and they'll be automatically uploaded to my server. I was thinking I could use the update function in the SOAP interface (http://community.screen-scraper.com/invoking_screen-scraper_through_SOAP#update%28string%29) to do this.

Probably the easiest way to

Probably the easiest way to do this is to put your files in the "import" folder in screen-scraper. Whenever a scrape is run screen-scraper checks this folder and imports the .sss files in it.