Batch export .skp file to .obj and .vrscene

I have around 1000 skp scenes in zip format. I want to convert all of those files into .obj, .vrscene and export their camera details as well in batch at once. What is the working script for this task? And, can I use the script in a python file to automate the process?

Hello
You can have a look at this

FYI, SketchUp has a Ruby scripting API and a C SDK.
It does not have a Python API.