Skip to content

Instantly share code, notes, and snippets.

@ivorytowerdds
Last active April 22, 2020 22:13
Show Gist options
  • Select an option

  • Save ivorytowerdds/aa6df85ce4cc4418c4497228fae8d659 to your computer and use it in GitHub Desktop.

Select an option

Save ivorytowerdds/aa6df85ce4cc4418c4497228fae8d659 to your computer and use it in GitHub Desktop.
Delegator-Info
# ONE TIME SETUP
python3 -m pip install requests pandas
# if you meet permission denied error, use python3 -m pip install --user requests pandas
# DOWNLOAD NEW SCRIPT
curl -O https://raw.githubusercontent.com/harmony-one/harmony-log-analysis/master/projects/staking_dashboard/delegator_info.py
# RUN
python3 delegator_info.py
# OUTPUT IN THE ./csv/delegator.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment