dcts / opensea-scraper

Scrapes nft floor prices and additional information from opensea. Used for https://nftfloorprice.info
MIT License
184 stars 73 forks source link

Added `offersByUrl` function & fixed "no such file or directory" error #7

Closed Jethro87 closed 3 years ago

Jethro87 commented 3 years ago

I'd been unable to run OpenseaScraper.offers(slug, resultSize) due to an import issue in offers.js. It's running properly now for me.

Once the above was solved, I added a new function offersByUrl. Much like floorPriceByUrl, this function allows you to grab offers based on a url, rather than a slug. This is helpful when wanting to see the floor price for a particular trait.

dcts commented 3 years ago

Wow thanks for this @Jethro87, great stuff! :)