- If you're a artist trying to get into NFTs, feel free to reach out to me, I can build NFT smart contracts and minting sites for you.
- If you're contributor and interested to work on this project, feel free to contribute. :D
Simple easy peasy python script which logins to opensea account using metamask and bulk uploads NFT to your default collection.
pip install -r requirements.txt
- Make sure you have chrome driver installed.
- Create
.env
from.example.env
with required keys.
- You have to click the "sign" button during user login on opensea for the first time.
- Also make sure, you click on any popup (error) message comes up.
- Make sure to follow the template provided in
data
directory.
- EXTENSION_PATH: In our program, we're running a selenium based browser (chrome driver here) and usually in automated environment we don't have access to extensions, so get the access.
- Navigate to chrome://extensions/ Click ‘Pack extension’ and enter the local path to the Metamask extension. This will generate a .crx file. Also, make a note of Extension ID.
- Now the path to this '.crx' file is the value of this field.
- RECOVERY_CODE: Recovery code of your wallet cause we need to login into your metamask.
- PASSWORD: Metamask's password.
- CHROME_DRIVER_PATH: To run chromium, you need to download the chrome driver and it's path will be the value. (https://chromedriver.chromium.org/downloads)