SkillAgentSearch skills...

Mcapi

Python minecraft api

Install / Use

/learn @Thezomg/Mcapi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Install

pip install git+git://github.com/Thezomg/mcapi.git

Example

from mcapi.profile import get_uuid

profiles = get_uuid('Deaygo')
if profiles is not None and len(profiles) > 0:
    print profiles[0]['id']
from mcapi.profile import get_profile

profile = get_profile('2413639c21d64ba7a43ec90933f543e3')

if profile is not None:
    print profile['name']

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Aug 29, 2024

No findings