Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohandacoder/mcbe-skin-grabber
Uses Geyser's APi To Grab A Minecraft Player's Skin In NodeJS
https://github.com/rohandacoder/mcbe-skin-grabber
Last synced: 29 days ago
JSON representation
Uses Geyser's APi To Grab A Minecraft Player's Skin In NodeJS
- Host: GitHub
- URL: https://github.com/rohandacoder/mcbe-skin-grabber
- Owner: RohanDaCoder
- Created: 2024-07-18T11:37:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T11:52:01.000Z (7 months ago)
- Last Synced: 2024-07-18T14:20:16.097Z (7 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCPE Skin Grabber
This script utilizes [Geyser's API](https://api.geysermc.org/docs) to fetch a Minecraft: Bedrock Edition user's skin using Node.js and Axios.
### Usage
This repository provides a basic example script to retrieve a user's skin by interacting with Geyser's API.
### Steps to Use:
1. Join the `test.geysermc.org` server once using the target user's Minecraft account.
2. Execute the provided script to obtain the skin URL.### Installation
Follow these steps to set up and run the script:
1. Clone this repository:
```
git clone https://github.com/RohanDaCoder/mcbe-skin-grabber
```2. Navigate to the project directory:
```
cd mcbe-skin-grabber
```3. Install dependencies (axios):
```
npm install axios
```4. Edit `index.js` and replace `'username'` with the target Minecraft username.
5. Run the script:
```
node index.js
```### Note
Ensure that you have joined `test.geysermc.org` server at least once with the Minecraft account whose skin you wish to fetch. This step is necessary to save the skin to the API before retrieval.