- Регистрация
- 02.05.2017
- Сообщения
- 263
- Благодарностей
- 191
- Баллы
- 43
Hi guys!
I'm looking to buy a template or hire someone to make me a bot.
I need a bot which can fill in contact forms on various websites, submit the contact forms, and check for a confirmation message. Also great if it can detect captcha and send it to AntiCaptcha service since about %20 of these forms on my list have captcha/recaptcha/recaptcha2.
Basically, an autofill script just like this Autofill extension:
https://chrome.google.com/webstore/detail/autofill/nlmmgnhgdeffjkdckmikfpnddkbbfkkk
(This extension works great, but not with Zenno.)
The websites on my list usually have ocntact forms with the following field names:
"Name" (full name) OR "first name" and "last name" (separate fields).
"Email".
"Subject" OR "Title"
"Website" OR "URL"
"Message" "Your Message" "Comment" "Comments" "Inquiry" "Enquiry"
"Phone"
Each website has different input value, attribute, class name, tagname etc.
I started to build a bot but there are so many variations on each website!
I need a bot which uses an easy fast way to find the correct fields and fill them in.
Usually, the field tag name is in the Element tree above the input field. Is there a way to search by field name and then go down the Element tree and select the input field and fill that in?
Does anyone have such a template for sale or can anyone code it?
PM me please.
Thanks!
I'm looking to buy a template or hire someone to make me a bot.
I need a bot which can fill in contact forms on various websites, submit the contact forms, and check for a confirmation message. Also great if it can detect captcha and send it to AntiCaptcha service since about %20 of these forms on my list have captcha/recaptcha/recaptcha2.
Basically, an autofill script just like this Autofill extension:
https://chrome.google.com/webstore/detail/autofill/nlmmgnhgdeffjkdckmikfpnddkbbfkkk
(This extension works great, but not with Zenno.)
The websites on my list usually have ocntact forms with the following field names:
"Name" (full name) OR "first name" and "last name" (separate fields).
"Email".
"Subject" OR "Title"
"Website" OR "URL"
"Message" "Your Message" "Comment" "Comments" "Inquiry" "Enquiry"
"Phone"
Each website has different input value, attribute, class name, tagname etc.
I started to build a bot but there are so many variations on each website!
I need a bot which uses an easy fast way to find the correct fields and fill them in.
Usually, the field tag name is in the Element tree above the input field. Is there a way to search by field name and then go down the Element tree and select the input field and fill that in?
Does anyone have such a template for sale or can anyone code it?
PM me please.
Thanks!