https://github.com/csjiabin/github-cheat-user
github-cheat-user
https://github.com/csjiabin/github-cheat-user
cheat cheat-user github python python3
Last synced: about 1 month ago
JSON representation
github-cheat-user
- Host: GitHub
- URL: https://github.com/csjiabin/github-cheat-user
- Owner: csjiabin
- License: mit
- Created: 2018-10-17T09:19:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:58:16.000Z (over 3 years ago)
- Last Synced: 2025-08-12T14:29:24.014Z (11 months ago)
- Topics: cheat, cheat-user, github, python, python3
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-cheat-user
A blacklist program that collects cheating users on GitHub。
## Usage
```bash
git clone https://github.com/csjiabin/github-cheat-user.git
cd github-cheat-user
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python hub.py -h
# usage: hub.py [-h] [-t USER] [-r REPO] [-k TOKEN] [-x] [-v]
# optional arguments:
# -h, --help show this help message and exit
# -t USER, --track USER
# track cheat users from USER
# -r REPO, --repo REPO track cheat users from REPO
# -k TOKEN, --token TOKEN
# GitHub TOKEN
# -x, --recheck recheck log.md
# -v, --version show version
```
**Track User**
```bash
python hub.py -k YOUR_GITHUB_TOKEN -t ReenStick
```
**Recheck**
```bash
python hub.py -k YOUR_GITHUB_TOKEN -x
```