Bulk-uploader-NFT icon indicating copy to clipboard operation
Bulk-uploader-NFT copied to clipboard

Bulk NFT uploader to OpenSea!

Results 7 Bulk-uploader-NFT issues
Sort by recently updated
recently updated
newest added

Hi, my script stopped at creating new item in Opensea with the following error. What could be the possible causes? `main.py:97: DeprecationWarning: executable_path has been deprecated, please pass in a...

Hello there, I attempted to use this to of course, upload a bunch of NFT's to opensea, but for some reason the metamask plugin isn't being recognized by opensea. I...

No need to enter recovery code in env file. Also without password just few things to ensure without recovery phrase. - login in metamask wallet before hand - Create collection...

First of all thanks for the great tool, it works well for me. Regarding the metadata handling, it seems to me that it adds all metadata as Properties while I...

Hi! In what folder I should put images? Thanks!

`nft@pc:~/Desktop/Bulk-uploader-NFT-main$ python3 main.py /home/nft/Desktop/Bulk-uploader-NFT-main/main.py:97: DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Chrome(executable_path=CHROME_DRIVER_PATH, chrome_options=opt) /home/nft/Desktop/Bulk-uploader-NFT-main/main.py:97: DeprecationWarning: use options instead of chrome_options driver = webdriver.Chrome(executable_path=CHROME_DRIVER_PATH, chrome_options=opt)...