Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
/ zkFlowParser Public archive

Extract and analyze data from ZkFlow using Python.

Notifications You must be signed in to change notification settings

webcachee/zkFlowParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ZkFlowParser

ZkFlowParser is a Python script to extract information from ZkFlow website for a list of addresses and save results in Excel.

Prerequisites

Ensure you have the following dependencies installed for ZkFlowParser:

  • Python 3.x
  • pandas
  • selenium
  • openpyxl

You can install the required packages using pip:

$ pip install pandas selenium openpyxl

Ensure Google Chrome browser is installed as ZkFlowParser relies on the Chrome web driver for automated web browsing.

Usage

To use ZkFlowParser, follow these steps:

  1. Create a text file with the addresses you want to process.

  2. Run the script: $ python ZkFlowParser.py [input_file] [output_file]

  3. Results will be saved in the specified output Excel file.

About

Extract and analyze data from ZkFlow using Python.

Topics

Resources

Stars

Watchers

Forks

Languages