Skip to content

AlgorithmAlchemy/GetGems-User-Profile-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NFT Parser for GetGems.io

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

Install the required Python packages

pip install selenium

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

##############################################

NFT Parser for GetGems.io

##############################################

Это проект на Python, который парсит данные пользователей с GetGems.io и сохраняет результаты в базу данных SQLite.

Особенности

  • Сбор данных о NFT для пользователей с GetGems.io.
  • Сохранение данных в базу данных SQLite.
  • Использует Selenium WebDriver с браузером Firefox для автоматизации.
  • Парсит имена кошельков из текстового файла и обрабатывает каждый кошелек.

##############################################

Требования

##############################################

  • Python 3.10+
  • Selenium
  • Браузер Firefox
  • GeckoDriver
  • SQLite3 (предустановлен в Python)

##############################################

Установка

##############################################

  1. Клонируйте репозиторий:
git clone https://github.com/yourusername/nft-getgems-parser.git
cd nft-getgems-parser