Example command:
./manage.py run_outlook_account_creator --applicant_id=1
Thus, the module should be called run_outlook_account_creator.py
The command should call a bot which should live in bots/outlook_account_creator.py
The bot should be able to
run selenium bot which should take applicant id
request data from the backend (feel free to omit this step for now, but don't forget to create an issue for yourself)
go to outlook.com
enter applicant's data (use fixtures for now) to outlook form
Example command:
./manage.py run_outlook_account_creator --applicant_id=1
Thus, the module should be calledrun_outlook_account_creator.py
The command should call a bot which should live inbots/outlook_account_creator.py
The bot should be able to