maximedrn / opensea-automatic-bulk-upload-and-sale

A Selenium Python bot to automatically and bulk upload/ mint and list your NFTs on OpenSea. All metadata compatible, Ethereum and Polygon blockchains supported, reCAPTCHA solvers included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collection part bug & sell part suggestion

DannyRain opened this issue · comments

The coding is pretty good! But there are still some deficiencies.

  1. "# Input collection and select it" part seems to be unstable as it always selects the first collection on opensea instead of the one we input. Sometimes it goes wrong like "Collection doesn't exist" even if we input the right collection.

  2. I highly suggest that the "nft_sell" part should be an independent part. I guess many people has the requirement that uploading and selling should be executed independently. For example, someone uploaded 100 NFTs on Monday. He might sell 10 NFTs for 0.1 eth on Tuesday. He may sell 15 NFTs for 0.5 eth on Friday. If the uploading part and the selling part are independent, these things will be easy to be executed automatically.

As far as I am concerned, these things matters a lot. Thanks for your contribution!

i've got an error in the selling part "NFT sale cancelled." do you have any idea how to get rid of this error .

<style> </style>
Supply Blockchain Sale Type Price Method Duration Specific Buyer Quantity
5 Polygon Fixed Price 1,00 ["Sell with declining price", 0.0005] ["20-11-2021 18:30", "20-05-2022 18:30"] [False, "0xDD135d5be0a23f6daAAE7D2d0580828c9e09402E"] 1

Hi! Thank you for your interest :)

I have uploaded a new version of this bot. Almost all the problems have been fixed.
Thanks for telling me that the "Collection" part is buggy.

i've got an error in the selling part "NFT sale cancelled." do you have any idea how to get rid of this error .

<style> </style>

Supply Blockchain Sale Type Price Method Duration Specific Buyer Quantity
5 Polygon Fixed Price 1,00 ["Sell with declining price", 0.0005] ["20-11-2021 18:30", "20-05-2022 18:30"] [False, "0xDD135d5be0a23f6daAAE7D2d0580828c9e09402E"] 1

Nothing needs to be changed, the data is good. If the problem persists, please open a new problem :)

Hey, I'm having this issue now. It says as my supply number has to be an integer. My supply number is 1. How can I fix it?