mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
update example and add get_uuids() example
This commit is contained in:
5
examples/mojangapi/get_uuid and get_uuids.py
Normal file
5
examples/mojangapi/get_uuid and get_uuids.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import pyspapi
|
||||||
|
|
||||||
|
print(pyspapi.MojangAPI.get_uuid(username='deesiigneer'))
|
||||||
|
|
||||||
|
print(pyspapi.MojangAPI.get_uuids(['deesiigneer', '5opka', 'OsterMiner']))
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
import pyspapi
|
|
||||||
|
|
||||||
mojangapi = pyspapi.MojangAPI.get_uuid(username='deesiigneer')
|
|
||||||
Reference in New Issue
Block a user