mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-07 19:08:36 +03:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -9,6 +9,20 @@ Terminal-based toolkit for GitHub data analysis.
|
||||

|
||||

|
||||
|
||||
```shell
|
||||
$ octosuite user torvalds --profile
|
||||
```
|
||||
|
||||
```python
|
||||
from pprint import pprint
|
||||
import octosuite
|
||||
|
||||
exists, profile = octosuite.User(name="torvalds")
|
||||
|
||||
if exists:
|
||||
pprint(profile)
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user