Skip to content

Commit

Permalink
initial info
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Oct 15, 2018
1 parent e1ba787 commit d9bef9f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# Zen
Find emails of Github users

#### Find email address of a user
`python zen.py username`

or

`python zen.py https://github.com/username`

#### Find email addressess of contributors of a repository
`python zen.py https://github.com/username/repository`


#### Find email addresses of members of an organization
`python zen.py organization --org`

or

`python zen.py https://github.com/orgs/organzation`

#### Save JSON output to a file
`python zen.py https://github.com/username/repository -o /path/to/file`

0 comments on commit d9bef9f

Please sign in to comment.