Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

AlgorithmAlchemy/GetGems-User-Profile-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Parser for GetGems.io

⭐️ Thanks everyone who has starred the project, it means a lot!

Read this in other languages: Русский (README_ru.md)

This is a Python-based project that parses user data from GetGems.io and stores the results in a SQLite database.

dd_DeWatermark

Features

  • Collects NFT data for users from GetGems.io.
  • Stores data into SQLite database.
  • Uses Selenium WebDriver with Firefox for browsing.
  • Parses wallet names from a text file and processes each wallet.

Requirements

  • Python 3.10+
  • Selenium
  • Firefox browser
  • GeckoDriver
  • SQLite3 (comes pre-installed with Python)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/nft-getgems-parser.git
cd nft-getgems-parser
  1. Install the required Python packages
pip install selenium

Add a text file wallet.txt with wallet names in the data folder

Releases

No releases published

Packages

No packages published

Languages