app.backend.scraping package
Subpackages
Submodules
app.backend.scraping.scraping module
The main scraping module.
- app.backend.scraping.scraping.main_scraping(user_input: dict) dict
Take user input and scrape all possible information on Google Search, Instagram, LinkedIn, Twitter.
- Args:
user_input: user input represented as a dictionary.
- Returns:
dict: all scraped information from Google Search, Instagram, LinkedIn, Twitter.
Module contents
The project’s information scraping module.