Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbnns/nftscraper
A proof of concept for a web scraper that could potentially interact with an NFT marketplace.
https://github.com/wbnns/nftscraper
ethereum nft nft-marketplace non-fungible-token ruby scraper
Last synced: 21 days ago
JSON representation
A proof of concept for a web scraper that could potentially interact with an NFT marketplace.
- Host: GitHub
- URL: https://github.com/wbnns/nftscraper
- Owner: wbnns
- License: mit
- Created: 2021-03-24T12:41:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T15:40:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T10:39:21.116Z (over 1 year ago)
- Topics: ethereum, nft, nft-marketplace, non-fungible-token, ruby, scraper
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NFT Scraper
A proof of concept for a web scraper that could potentially interact with an NFT
marketplace. Before using a scraper on a website, be sure to check their Terms
of Service (ToS) to make sure it's allowed.## Acknowledgements
This POC would not be possible without the work of **Zayne**. It is entirely
based on code from one of his tutorials about how to [build a web scraper with
Ruby](https://www.youtube.com/watch?v=b3CLEUBdWwQ).Check him out on:
- [GitHub](https://github.com/zayneio)
- [Zayne.io](https://zayne.io/)
- [YouTube](https://www.youtube.com/channel/UCkoEStUK7wxmZef2DcPuCAQ/videos)...and please consider supporting him on
[Patreon](https://www.patreon.com/zayne_)!