Skip to content

Instantly share code, notes, and snippets.

View gfenney's full-sized avatar

Gareth F gfenney

View GitHub Profile
@gfenney
gfenney / update_opensea.py
Last active February 24, 2023 10:30 — forked from sudo-owen/update_opensea.py
Update OpenSea metadata
import requests
import time
# change the address here to be your desired NFT
url = "https://api.opensea.io/asset/0x772c9181b0596229ce5ba898772ce45188284379/"
update_flag = "/?force_update=true"
ids = [ i for i in range(2604, 2633)]
for i in ids: