AktanKasymaliev / Appointment-bot

0 stars 0 forks source link

Create outlook_account_creator bot, run it with a `management` (manage.py command) #9

Open jumasheff opened 2 years ago

jumasheff commented 2 years ago

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

  1. run selenium bot which should take applicant id
  2. request data from the backend (feel free to omit this step for now, but don't forget to create an issue for yourself)
  3. go to outlook.com
  4. enter applicant's data (use fixtures for now) to outlook form
  5. go up to the moment when outlook asks to solve
AktanKasymaliev commented 2 years ago

asks to solve to captcha?