command lines for GSA Contact Form
maximev
France
Hi the community,
I would like to share with you my feature request...
Don't you think that would be awesome if we could run the software with command lines...
By example I would love to be able to run the software like that...
WebContact.exe --task="c:\test.json" --write-on-success="c:\done.txt" --kill-after=60000
The file "c:\test.json" would contains information like:
File path containing list of domains
Task to do (by example: check if contains contact form, check if contains contact form then post message,...)
Message to send
...
And on success the script would create a file (in my example c:\done.txt) so my script can know exactly when the task is finished...
To avoid the software breaking any integration it could get auto killed after X ms (in this example 60000)...
I would need this feature so I can integrate GSA Contact Form with my in-house scripts...
Am I the only one?
Thank you,
M.
Comments
This is what I can see when I click on "options" Could you please tell me how I can access to the form "Program Settings"?
To make it short and simple I receive in real time (24/7) domain names from a worker I created and I would like to have a way to use your software to check if the domain contains a contact form and if yes then to send a specific message based on a configuration file and all of that programatically. Is it possible to add this feature?
Moreover I wanted to look at the schedule option in the settings but my demo version expired therefore I can't see if it is a good fit for me
Essentially I would run the software once then append domains to check (and post messages) in the declared folder.
Is it possible?
UPDATE:
I saw this option:
Which could be a good solution however what will happen if let's say I append to my file my_file.txt new domains every 5 minutes? The software will resume at the last line where it stopped?
(maybe I just didn't manage to make it work)
I think it is a misunderstanding as I can only provide domain names (not URL or URI)...
I would like to use your software to 1) check if there is a contact form 2) send a specific message is there is a contact form
I can provide (automatically) to your software domain names to check -- I can generate 1 text file per domain name in a specific folder or -- I can append to a text file domain names (1 domain per line)
Do you see how we can make this strategy compatible with your software?
I tried your solution and it worked great!
However is this solution viable if my script is constantly doing I/O on the text file your software is reading? Moreover how your software will react if my text file size is 1GB or more?
I think with this method it would even work if I got millions of URLs/URIs and you can give the options to your clients to select a random file from the folder/ select the oldest file from the folder/ select the newest file from the folder / select the biggest file from the folder and based on a checkbox delete the file after processing finished. I think that would be a great addition to your software.
Does it make sense to you?