A python3 script file that is used to search about the presence of the username in different
Social Media accounts.It basically lists down the account names from the first page of google.
It comprises of Facebook , Instagram and Twitter ID's.We can also generate User Info in a User
named folder.Need some modules for python :
- bs4 -
pip3 install beautifulsoup4 - termcolor -
pip3 install termcolor - requests,os,time,datetime -
Comes pre-installed with python3
- Social_Media_Profiler.py - Used for scanning different social platform ID's based on Username input.
