github.com/diadata-org/diadata@v1.4.593/.github/ISSUE_TEMPLATE/write-an-nft-scraper.md (about)

     1  ---
     2  name: Write an NFT Scraper
     3  about: Write an NFT Scraper
     4  title: ''
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  We are looking for a Go developer who is experienced in writing applications interfacing with the Ethereum blockchain. Basic knowledge in NFTs is helpful but not necessary.
    11  Your task is to write a scraper for the [...] NFTs. The basic structure of the scraping backend is already set up, including the go bindings of the Sorare contract. More precisely, you should implement the scraping in the file [...]
    12  If available, the data should be fetched directly from the smart contract. Additional information such as player's attributes can be fetched from the opensea API. 
    13  Metadata and attributes should go into an encoded json in the field "attributes" in the struct dia.NFT. Please adhere to the json standard as described in EIP721 where possible.
    14  In case you have questions or suggestions, please don't hesitate to ask.