Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/algorithmalchemy/getgems-user-profile-parser

Sample - GetGems NFT - Parser. Lyb: Selenium
https://github.com/algorithmalchemy/getgems-user-profile-parser

dynamic-page-parsing dynamic-pages getgems getgems-parser nft nft-checker nft-collection nft-gallery nft-parsing parsing selenium webdriver

Last synced: about 1 month ago
JSON representation

Sample - GetGems NFT - Parser. Lyb: Selenium

Awesome Lists containing this project

README

        

# NFT Parser for GetGems.io

This is a Python-based project that parses user data from [GetGems.io](https://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:

```bash
git clone https://github.com/yourusername/nft-getgems-parser.git
cd nft-getgems-parser
```

Install the required Python packages
```bash
pip install selenium
```
Add a text file wallet.txt with wallet names in the data folder

##############################################
# NFT Parser for GetGems.io
##############################################

Это проект на Python, который парсит данные пользователей с [GetGems.io](https://getgems.io/) и сохраняет результаты в базу данных SQLite.

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

##############################################
## Требования
##############################################
- Python 3.10+
- Selenium
- Браузер Firefox
- GeckoDriver
- SQLite3 (предустановлен в Python)

##############################################
## Установка
##############################################

1. Клонируйте репозиторий:

```bash
git clone https://github.com/yourusername/nft-getgems-parser.git
cd nft-getgems-parser