NFTs-auto-upload-in-opensea-with-metadata
-
Basic installation of Python for beginners:
- Download this repository or clone it:
git clone https://github.com/sazzadul4201/NFTs-auto-upload-in-opensea-with-metadata.git
- It requires Python 3.7 or a newest version.
- Install pip to be able to have needed Python modules.
- Open a command prompt in repository folder and type:
pip install -r requirements.txt
{
"nft": [
{
"file_path": "C:/Users/User/build/images/1.png",
"nft_name": "NFT #1",
"external_link": "https://www.google.com/",
"description": "Remember to replace this description",
"collection": "CollectionName",
"properties": [
{
"type": "Background",
"value": "Black"
},
{
"type": "Eyeball",
"value": "White"
},
{
"type": "Eye color",
"value": "Green"
},
{
"type": "Iris",
"value": "Large"
},
{
"type": "Shine",
"value": "Shapes"
},
{
"type": "Bottom lid",
"value": "Middle"
},
{
"type": "Top lid",
"value": "Low"
}
],
"levels": [
{
"name": "Speed",
"from": 2,
"to": 5
},
{
"name": "Width",
"from": 2,
"to": 15
}
],
"stats": [
{
"name": "Strenght",
"from": 1,
"to": 10
},
{
"name": "Age",
"from": 1,
"to": 9
}
],
"unlockable_content": [
true,
"Content"
],
"explicit_and_sensitive_content": true,
"supply": 1,
"blockchain": "Polygon",
"price": 0.005,
"quantity": 1
}
]
}