Python library for interacting with Mojang APIs
Project description
# mojapi Python library for interacting with Mojang APIs.
# Installation ` pip install mojapi `
# Usage Make basic API requests to Mojang as laid out at http://wiki.vg/Mojang_API. Where appropriate, timestamps are converted to native Python datetime objects, and base64 encoded JSON objects are automatically expanded.
`python >>> from mojapi import * >>> get_uuid('gozug') {'id': 'bdc46881e95447b694e82d10bac42ccb', 'name': 'gozug'} >>> get_detailed_profile('bdc46881e95447b694e82d10bac42ccb') {'properties': [{'value': {'textures': {'SKIN': {'url': 'http://textures.minecraft.net/texture/1d9e8dafe7d87bb7cba7eb3d8d2d5bf58eab72ecdfdf9ecce3d1c03871c0'}}, 'profileId': 'bdc46881e95447b694e82d10bac42ccb', 'timestamp': datetime.datetime (2016, 9, 8, 23, 44, 15, 472000), 'profileName': 'gozug'}, 'name': 'textures'}], 'id': 'bdc46881e95447b694e82d10bac42ccb', 'name': 'gozug'} `
# Contributions Contributions are welcome.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mojapi-0.1.1.tar.gz.
File metadata
- Download URL: mojapi-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6354243155b3085a47656f8baac42c4a0aea20616d0fc7913c91f201d204e8a
|
|
| MD5 |
340363eb80b9ff69164284b6650e952f
|
|
| BLAKE2b-256 |
2c6e52e50336a8e16e42bc185eb313d8d748afef8b06c0784d5842a6a0dc0ce2
|