# Technical Task
Write a program to automatically farm the list of projects below, without using browsers and solely by emulating requests.
There is no source code for the projects, and it will be necessary to reverse the requests.
For each project, the following functionality must be implemented:
- Registration and solving captcha
- Parallel farming of a large number of accounts (from 500)
- Verification via email
The program must use a database for all its actions and support the registration of one email across multiple projects.
Mandatory support for a reasonable number of popular email services.
If referral codes are needed for registration, the user will provide them. In that case, the program should select a random code from the list for registration.
List of projects:
- https://chromewebstore.google.com/detail/dawn-validator-chrome-ext/fpdkjdnhkakefebpekbdhillbhonfjjp?utm_source=ext_app_menu
- https://oasis.ai
- https://blockmesh.xyz
- https://gradient.network
- https://nvg8.io
- https://pipecdn.app/
ATTENTION: The programming language must be Rust