Last active
April 22, 2020 22:13
-
-
Save ivorytowerdds/aa6df85ce4cc4418c4497228fae8d659 to your computer and use it in GitHub Desktop.
Delegator-Info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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