├── LICENSE ├── README.md ├── TheScrapper.py ├── modules ├── info_reader.py ├── scrapercli.py └── scrapper.py ├── requirements.txt └── socials.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/ScarperSocial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/ScarperSocial/HEAD/README.md -------------------------------------------------------------------------------- /TheScrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/ScarperSocial/HEAD/TheScrapper.py -------------------------------------------------------------------------------- /modules/info_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/ScarperSocial/HEAD/modules/info_reader.py -------------------------------------------------------------------------------- /modules/scrapercli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/ScarperSocial/HEAD/modules/scrapercli.py -------------------------------------------------------------------------------- /modules/scrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/ScarperSocial/HEAD/modules/scrapper.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | beautifulsoup4 3 | argparse 4 | socid-extractor -------------------------------------------------------------------------------- /socials.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kal1gh0st/ScarperSocial/HEAD/socials.txt --------------------------------------------------------------------------------