- [X] Logic for the Captcha-Monitor has been implemented (Analyser.py).
- [X] Add flags and integral results(dom_analyse, captcha_checker, status_check) to insert into Database.
- [X] Change in the existing database (models.py). Create a new table with: id, created_at, updated_at, fetch_completed_id, captcha_checker, dom_analyse, status_check.
- [X] Write tests to check if `analyze_completed` returns the queried results.