Budget: 900 EUR Deadline: 9 days
Your task involves automating the form-filling process, as well as integrating with facial recognition, which requires a careful approach to ensure compliance with technical and legal requirements.
Possible approach to the solution:
Form autofill:
To quickly fill out the form, a script can be created in Python using Selenium or Puppeteer (JavaScript). It will automatically input the necessary data into the form.
The script should be configured for correct data entry, ensuring speed while avoiding frequent requests to prevent blocking by the site.
Facial recognition:
If the site includes facial recognition, the process may be more complex, as access to a camera or photo upload is required for verification.
To send clients links for facial recognition, it is necessary to find out how the site handles these verifications (usually through specific APIs for identity verification). Integration with them will require access to documentation and permissions from the site owner.
Sending links to clients:
If the site's API allows creating unique links for facial recognition, a script can be set up to generate such links and automatically send them to clients via Telegram or WhatsApp.
To send messages to clients, you can use the Telegram or WhatsApp API for message automation.
Important aspects:
Security and privacy: It is important to handle user data according to security standards. Ensure that data processing complies with data protection laws.
Legal issues: Automating account credentials and identity verification may be restricted by the site's privacy policy, so make sure that the use of automation does not violate platform rules.
If you are interested in developing such a solution, we can discuss the details for further analysis and testing.