app.backend.analyzing package

Subpackages

Submodules

app.backend.analyzing.analyzing module

The main analyzing module.

app.backend.analyzing.analyzing.main_analyzing(scraping_response: dict, user_input: dict) dict

Take scraping response and run filters according to the user input.

Args:

scraping_response: the dict that has been received after scraping.

user_input: user input represented as a dict.

Returns:

dict: the dictionary with filtered profiles from all social media.

Module contents

The project’s analyzing module.