metadata.pull_from_objkt
This module can be used to download Tezos NFT metadata from objkt.com. Here is how to download Tezzardz metadata from the terminal:
$ python3 metadata/pull_from_objkt.py -contract KT1LHHLso8zQWQWg1HUukajdxxbkGfNoHjh6
Command Line
usage: pull_from_objkt.py [-h] -c CONTRACT
- -h, --help
show this help message and exit
- -c <contract>, --contract <contract>
Collection contract address
Internal functions
- metadata.pull_from_objkt.get_collection_name(contract_address)
Given a contract address, return the collection name from objkt.com
- Parameters
contract_address (
str) –- Return type
Optional[str]
- metadata.pull_from_objkt.pull_from_objkt(contract_address)
Given a contract address, return the metadata from objkt.com
- Parameters
contract_address (
str) –- Return type
list
- metadata.pull_from_objkt.pull_metadata(contract_address)
- Parameters
contract_address (
str) –- Return type
None