During this NFT tutorial series, you already learn how to generate a full NFT collection completely free. Now you should upload these NFTs to OpenSea for sale. Sadly, OpenSea does not have a method for listing a large NFT collection.
You have to upload them one by one. In this tutorial, we are going to show you an automated method to bulk upload NFT to OpenSea. Keep watching the tutorial, don’t miss any step in the process.
Setup Automated NFT Minting App
You can use your home PC or virtual machine with remote desktop access known as VPS. For this tutorial, I use a virtual server to set up this automation. If you want to buy a cheap VPS (Virtual Private Server), check the below link.
Install Python on your PC
First, you have to install Python on your computer. Download the Python installer on the official website. After downloading the program, install it on your computer. Make sure you tick the box “Add python Path” on the Python installation wizard.

Download NFT Uploader
Next, you have to download the ZIP file that contains the NFT uploading program. After the downloading, extract the ZIP file. You can find the original GitHub project here. You have to copy and paste your generated NFT images and/or json files to the “scr” folder.
Most importantly your NFTs should number, don’t include any name for them. This method will not work if you use any other name. If you use the NFT generator we used in previous videos/article, you don’t have to worry. It automatically numbered the NFT collection.
Run the Python Bulk NFT Uploader
Ok, it is finished. Open the windows command prompt to run the Python program. You can find all of these commands and guidelines in the article. You don’t have any coding knowledge for that. You just need to copy and paste these commands from the article.
You have to navigate the path. Type “cd” and place the path of the NFT uploader folder. Remember to replace the path (Red colored) with your own path.
cd C:\Users\Administrator\Desktop\NFT\bulk-upload-to-opensea-main
Next type this command to install and set up other requirements.
pip install -r requirements.txt
After that run this command to open the NFT uploader application. This is the program we are going to use for this uploading process. You can find more version in original GitHub page.
python upload_captcha.py

Install Relevant Chrome Driver App
Before filling this application and starting NFT minting. You have to download and install the correct Chrome Driver version that fits the Chrome browser version. Let’s see the browser version. Click the “Open Chrome Browser” button of the app.
Before filling this application and starting NFT minting. You have to download and install the correct Chrome Driver version that fits the Chrome browser version. Let’s see the browser version. Click the “Open Chrome Browser” button of the app.
Go to the browser settings and navigate to the “about chrome” section. Here you can find the browser version. Now download the relevant version of the Chrome Driver app. This download is a ZIP file.

You have to extract the ZIP file or copy and replace the Chrome Driver exe that is already in the folder. Then run it as the administrator and see whether you get this message.
Add Metamask Crypto Wallet Extension
The next step is to download the Metamask Chrome extension and log in to OpenSea. You can download the Metamask Chrome extension from the Chrome web store or Metamask official site.
Add the extension to your Chrome browser. If you already have Metamask on your browser, you still need to add it again. Because this application opens a new Chrome user account.
You can import your Metamask wallet using your security phrase. Ok, now we are done with setting up the Metamask wallet. Keep in mind that this method only works for Metamask wallets.
Create New Collection on OpenSea
Let’s go to OpenSea and sign up using your Metamask wallet. You have to create a new collection for the listing. After signing up for your OpenSea account, click on your profile avatar and select the “Collection”. There is a button to create a new collection. I already created the collection for my new NFTs.

Now select the created collection and open it. You will see a button called “Add item” at the right upper corner of the collection page. Click it and copy the URL of the page. Then paste it on the OpenSea collection link textbox of the NFT uploader app.
Enter Metadata for NFTs
Here enter your starting number of the NFT collection and the end number. You can add any default price you want but it is marked by Ether or (ETH).
Change the NFT title but remember the title should end with a “#” symbol.
Enter any description for your NFTs and the NFT file format, in our case it is PNG. If you want to add an external link for your NFT collection, enter it here. You can get the idea from below example.
- Opensea collection link: https://opensea.io/collection/kick-skull/assets/create
- Start number: 0
- End number: 799
- Default price: 0.005
- Title: Kick Skull #
- Description: Kick Skull NFT collection from MineX Tuts.
- NFT image format: png
- External link: https://www.minextuts.com/category/blockchain/nfts/

Next, you can specify the duration of the NFT sale, and whether you use Polygon blockchain. After that, you should select the source folder where your NFT collection is stored.
You can also save your entries before starting the minting. Now open the Chrome browser using the button of the NFT auto uploader app.
ReCaptcha Auto Solver Extension
There is a Google ReCaptcha verification challenge that comes when you upload NFTs to OpenSea. You can’t do this manually each and every time. So we are going to automate the ReCaptcha solving.
First, you have to install a Chrome extension called “Buster Captcha Solver”. You can find the extension link here.
After you added the Buster captcha solver, click on the icon of Buster captcha solver and navigate to the “Options”. Select the “speech service” as the “Wit AI”, not the managed one.
Create Wit AI App API Key
Next, you have to get an API key for that. Wit AI is a free service based on artificial intelligence that provides voice and text recognition.
Ok, let’s go to the Wit AI official page and sign up for a new account. You have to use your Facebook account to sign up for this website. Click the “Continue with Facebook” button on the home page. A verification window will appear, giving access to continue the service.
The registration part is over. Now we are on the dashboard of Wit AI. The next step is to create a new app and get the API key.
Click the “New app” button in the dashboard. Give any name for your new app and set visibility to “Private”. Click the “Create” button to start the app.

This is your newly created app, you can navigate to the “Settings” tab to get the API key. There are two API one is the server access token and the other is the client access token. You have to copy the client access token.
Then go to the Buster captcha solver extension and change the API language to English. Next click “add API” and paste the client access token here.
Start Bulk Upload NFT to OpenSea
Ok, now we are done with all of the pre-required settings and preparations. All you have to do is press the “Start” button and wait and see the process.
It automatically goes to the OpenSea listing page, fills in all the details, and lists the item on OpenSea. After that, sell the listed item and verify the transaction with Metamask. You don’t have to do anything.
FAQ – Bulk NFT Uploader
What are the best practice of this NFT uploader?
It is better to list your very first item of the collection manually.
How to fix after got an error?
If you experience any interruption during the process, you can simply change the starting number of the NFT uploader app and click the “Start” button again.
Leave a comment