Skip to content

Yusu-f/nftuploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nftuploader

NodeJS bot to automatically upload and sell any number of NFTs on Opensea. Built with Puppeteer.

Run

Copy the source code to your machine and run node nftuploader.js, a chrome instance should open. The script should stop because you're not yet signed in to Metamask in the opened chrome intsance. Sign in to metamask. Your terminal should log a path-like string, replace "websocketDebuggerUrl" in the line below with this string.

const browser = await puppeteer.connect({ browserWSEndpoint: webSocketDebuggerUrl, defaultViewport: null });

Run node nftuploader.js again in a new terminal window, you should now be connected to the same chrome instance and the bot should be working.

Errors will be logged in an errors.log file.

Feel free to Contact me if you have any questions and be sure to leave a star.

Releases

No releases published

Packages

No packages published