This is base project for website scrapping, it contains core code an plugin example
data/products.txt - put here all products to search for. Both trade id and product id are supported. JadeConfig.json - various paths and settings:
- path to the products.txt (prodPath)
- path where the images will be stored (imgDir)
- http backed address (backend)
- links to various manufacturers (manufac name : manufac link).
- (addImagesTimeoutMiliseconds) optional field for a custom time limit for image upload, minimum time hardcoded at 1 sec.
- Grab JADE.dll from the main program
- Either put it in the plugin project, or change HintPath in .csproj to point to it.
- Compile plugin
- put .dll file into the plugins directory of the main program
- Dowload JADE source code
- Put your plugin's source code into Plugins directory
- Compile main project
- All compiled plugin's dlls will be moved to plugins directory of compiled main program