thehassantahir / TheScrapper

Scrape emails, phone numbers and social media accounts from a website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TheScrapper

Scrape emails, phone numbers and social media accounts from a website.
You can use the found information to gather more information or just find ways to contact the site.

Installation & Setup

git clone https://github.com/champmq/TheScrapper.git
cd TheScrapper
pip3 install -r requirements.txt

Usage

# Simple scan
python3 TheScrapper.py --url URL
# Use found URLS and scan them too
python3 TheScrapper.py --url URL --crawl
# Get more info about the found SocialMedia accounts
python3 TheScrapper.py --url URL -s
# There are some more args just use:
python3 TheScrapper.py -h

If you dont like the banner just add "-b".

SocialMedia

If you want to add more SocialMedia sites just append them to the socials.txt file and if you want, you can add them with a pull request.

ToDo

  • Add extra options for the extracting part (-e (--email) -n (--number) -sm (--socialmedia))

Bugs or ideas?

If you find any bug or if you have some ideas create an issue.

Known Problems

If you use a website that is also included in the socials.txt file, then the
--sm flag can have a pretty useless output, so try to avoid those URLS or just dont use --sm.

About

Scrape emails, phone numbers and social media accounts from a website.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%