GitXplorerGitXplorer
l

ghban

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
164e957a32f700bacb94be7789c8c32a362317d9

docs: improve exmaple

lldez committed 8 months ago
Unverified
d15087c269128cc89812a1c7ba9fcc773362811c

feat: quick first version

lldez committed 8 months ago
Unverified
13331a34bdd1c1f05347208e35f3e44feeb35e1a

chore: initial empty commit.

lldez committed 8 months ago

README

The README file for this repository.

GHBan

To block multiple accounts across multiple organizations.

Useful during bots attacks.

NAME:
   ghban - Block multiple accounts on multiple GitHub organizations.

USAGE:
   ghban [global options] command [command options] 

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --token value                    GitHub personal access token [$GITHUB_TOKEN]
   --orgs value [ --orgs value ]    GitHub's organization names
   --users value [ --users value ]  GitHub usernames
   --help, -h                       show help

Example

ghban --orgs myorg01,myorg02 --users spammer01,spammer02,spammer03