Skip to content

content script for news website

this MR includes:

  1. content script for news Websites
  2. backend script to scrap news from news websites and send back to ML API.
  3. cross-origin request support(CORS) is added to Flask API script so that API could be hit directly from the latest version of Chrome browsers.
  4. as per requirements other scripts are modified and tested. API testing for backend part on AWS is also done considering current changes.
  5. directory structure is also modified to suit AWS requirements.

Merge request reports