This bot will help you with mint NFT from Opensea Launchpad.
Easy setup which uses ChromeDriver to open up a new chrome instance and mint the nft you are looking for quicker than a human.
- You can launch multiple instances of the bot to bypass minting limit / wallet
- Support 2captcha
- Support Windows & Mac
- Launch & Go | Once launched you do not need to stay in front of your screen because everything is automated!
- Easy Setup
-
Be sure you have installed Python correctly, here is a link to download
-
Open CMD and install modules
pip install selenium requests webdriver-manager
-
Setup config
launchpadLink
--> Link to Opensea launchpadseedPhrase
--> Passphrase wallet2captchaKey
--> 2captcha API key, there is an option to enter captcha manually, then leave this field blank -
Open CMD and go to directory
cd directory/opensea-launchpad-bot
-
Run python file
windows :
python main.py
mac :
python3 main.py
or just start in bot's directory :
start.bat
You can dm me in twitter or create issue here, also you can support me with SOL❤️
BQ28dY6tZ3Gwx2xZcyNjP3pVYM8JDasqxGBxhz2LDSmM
- I tested the bot on google-chrome version is 103.0.5060 & python 3.10.2
- If after import wallet, bot stopping, then change opensea.py 20th line from
driver.switch_to.window(driver.window_handles[1])
todriver.switch_to.window(driver.window_handles[0])