This is a Python-based project that parses user data from GetGems.io and stores the results in a SQLite database.
- 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.
- Python 3.10+
- Selenium
- Firefox browser
- GeckoDriver
- SQLite3 (comes pre-installed with Python)
- 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
##############################################
##############################################
Это проект на Python, который парсит данные пользователей с GetGems.io и сохраняет результаты в базу данных SQLite.
- Сбор данных о NFT для пользователей с GetGems.io.
- Сохранение данных в базу данных SQLite.
- Использует Selenium WebDriver с браузером Firefox для автоматизации.
- Парсит имена кошельков из текстового файла и обрабатывает каждый кошелек.
##############################################
##############################################
- Python 3.10+
- Selenium
- Браузер Firefox
- GeckoDriver
- SQLite3 (предустановлен в Python)
##############################################
##############################################
- Клонируйте репозиторий:
git clone https://github.com/yourusername/nft-getgems-parser.git
cd nft-getgems-parser