mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 21:38:34 +03:00
Update README.md
This commit is contained in:
@@ -17,7 +17,8 @@ $ octosuite user torvalds
|
|||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
import octosuite
|
import octosuite
|
||||||
|
|
||||||
exists, profile = octosuite.User(name="torvalds")
|
user = octosuite.User(name="torvalds")
|
||||||
|
exists, profile = user.exists()
|
||||||
|
|
||||||
if exists:
|
if exists:
|
||||||
pprint(profile)
|
pprint(profile)
|
||||||
|
|||||||
Reference in New Issue
Block a user