Metadata-Version: 2.1
Name: ghscraper_maru
Version: 3.0.0
Summary: A github scraper that finds emails and makes a copy of all of someones repos for searching purposes
Home-page: https://www.github.com/marufromhell/ghscraper
License: GPL-3.0-or-later
Author: maru
Author-email: maru@lithium-dev.xyz
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click
Requires-Dist: requests
Project-URL: Repository, https://www.github.com/marufromhell/ghscraper
Description-Content-Type: text/markdown

Has 2 scripts
# ghscraper.py
args:
- -t, your PAT token(not required unless cloning 50+ repos or encountering errors)
- -u, github target username
- --exclude-non-github, ignores git name in commit logs.
- --allow-forks, fork repos are auto removed, because they likely have no personal data and give many false email scrapes 
- --email-scrape, finds all emails used on PERSONAL repos and sorts by frequency(overpowered)
# grepr.sh
args:
- path, usually temp unless changed
- dictionary(s), usually names., password lists, api keys. ect

# INSTALL
`pip install ghscraper_marufromhell` in venv  
`git clone https://github.com/marufromhell/grepr.git && cd grepr && sudo mv ./grepr /bin/grepr && chmod u+x /bin/grepr`

