You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
_example | 1 year ago | |
query | 1 year ago | |
rate | 2 years ago | |
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
go.mod | 1 year ago | |
gojang.go | 1 year ago | |
gojang_test.go | 2 years ago | |
status.go | 2 years ago | |
username_uuid.go | 2 years ago | |
username_uuid_test.go | 2 years ago | |
usernames_uuids.go | 2 years ago | |
usernames_uuids_test.go | 2 years ago | |
uuid_history.go | 2 years ago | |
uuid_history_test.go | 2 years ago |
README.md
Gojang
Mojang API library
API Implementation
- Status
- Username -> UUID
- UUID -> Name History
- Playernames -> UUIDs
- UUID -> Profile + Skin/Cape
- Change Skin
- Upload Skin
- Reset Skin
- Security question-answer flow
- Blocked Servers
- Statistics
Protocol Implementation
- Ping
- Query
Example
Name History
go run _example/main.go --username <your username>
If you only know what their username was at a specific time
go run _example/main.go --username <your username> --at <01-02-2006>