kurtatwork / KurtAtWork-OpenSea-Auto-Uploader

This is a bulk NFT uploader automation script for OpenSea. If using Json files to upload NFTs, this is a good starting point for uploading in bulk.
GNU General Public License v3.0
7 stars 7 forks source link
json metamask nft nfts opensea python selenium selenium-python selenium-webdriver uploading

KurtAtWork-OpenSea-Automatic-Uploader version-1.0.0

Hey everyone, I created a Custom selenium python script borrowing bits and pieces from the Maxime OpenSea Auto Uploader script. I had tried using his script as it was, but I ran into many issues, probably mostly user error on my part (who knows)

Anyway, here it is... it only works with Json files currently because that's what i needed. This project was built more around my own needs and is uploaded to this repo in that way as well... It's NOT going to work for everyone, and you'll very highly likely need to modify the code to get it to work with your project. I'm sure that i could do some things to make it more user friendly...

On the other hand, when i wrote it, it wasn't really designed to be the most user friendly or fully featured, its just a wham-bam thank you ma'am sorta "Git'er Done" kinda project.

Changes might come down the road, but for the time being, if you're using multiple json files to upload to opensea, this should work for you (with a little elbow grease).

The way its supposed to work is, after setting up the folders and files, you add your Json files to the Data folder... you don't use the single Master Json file that's generated from say, the hashlips generator for instance... you would instead use the individual numbered json files. Add as many of those as you want to the data folder, and then run the script and once it starts it'll log into your metamask, go to to opensea, create an NFT (add properties, collection, set which blockchain, etc), it will then MINT that NFT and then LIST the NFT for whatever price set in the Json file... it will then go on to the next Json file in the data folder and do the same process for that until it has gone through all Json files.

Let me know what you think, and how i could improve my code. I'm open to hearing feedback and welcome changes.

Feel free to support the dev of this repo if it has helped you out in your NFT journey and you feel like giving back (THANK YOU):
0x8736ee29f772b9a972547c228a5f43e427e783ae (Ethereum).
Check out one of my collections on OpenSea if you feel like it Kurt At Work.
Check out yet another one of my collections on OpenSea if you feel like it Let's Go Brandon NFT.
Check out another of my collections on OpenSea if you feel like it SeaSlug Called Jamulous.

Automatically upload your NFTs on Opensea using Python Selenium.

Table of contents

What does this bot do?

This script allows you to upload and sell as many NFTs as you want to Opensea, all automatically and quickly (about 2 NFTs per minute) with metadata integrated, and Ethereum and Polygon Blockchains are supported.

You can decide whether you want to upload or sell your NFTs, or both. Currently this code has a hard coded schedule of a 6 month sales listing (the old code was breaking at this point so i figured an easy fix was to just comment out that line of code and let the default value do its thing, since what I wanted was the default anyway)

Changelog

To do list

Instructions

Data files structure

If you do not want to add details to the values not required, leave:

Required values *
(Mandatory value in certain specified cases)

Configuration of the sale part of the NFTs

When you want to sell your NFTs, Opensea requires various details according to their Blockchain or supply number.

Ethereum Polygon
Supply number equal to 1 Supply number higher than 1 Supply number equal to 1 Supply number higher than 1
Fixed Price Timed Auction
Sell to highest bidder Sell with declining price
Price (ETH) Duration (from a date to an other date or 1 day, 3 days, 1 week, 6 months) Reserve for a specific buyer Price (ETH) Duration (from a date to an other date or 1 day, 3 days, 1 week) (Optional) Reserved Price (WETH) greater than 1 WETH and greater than Starting Price. Reserve for a specific buyer Starting Price (ETH) Duration (from a date to an other date or 1 day, 3 days, 1 week) Ending Price (ETH) less than theStarting Price. Reserve for a specific buyer Quantity Price (ETH) Duration (from a date to an other date or 1 day, 3 days, 1 week, 6 months) Reserve for a specific buyer Price (ETH) Duration (from a date to an other date or 1 day, 3 days, 1 week, 6 months) Reserve for a specific buyer Quantity Price (ETH) Duration (from a date to an other date or 1 day, 3 days, 1 week, 6 months) Reserve for a specific buyer

Known issues and important things to know