Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create merging script and run on all #27

Closed
3 tasks done
dawsbot opened this issue Mar 20, 2024 · 3 comments · Fixed by #44
Closed
3 tasks done

Create merging script and run on all #27

dawsbot opened this issue Mar 20, 2024 · 3 comments · Fixed by #44
Assignees

Comments

@dawsbot
Copy link
Owner

dawsbot commented Mar 20, 2024

  • Move current output from data/etherscan/FILENAME to data/etherscan/accounts/FILENAME
  • Pull in tokens - will look like this after
image
@dawsbot dawsbot changed the title Pull tokens, not just accounts Create merging script and run on all Mar 24, 2024
@dawsbot
Copy link
Owner Author

dawsbot commented Mar 24, 2024

This script should dynamically crawl into all directories in data (for now just etherscan, but don't hard-code that), and join all json files into one. This joint JSON should be just an array of ethereum addresses.

[
"0x123....",
"0x234..."
]

@dawsbot
Copy link
Owner Author

dawsbot commented Mar 26, 2024

Can you also make the output files instead named "combined.json"? @kylewandishin

@kylewandishin
Copy link
Collaborator

@dawsbot just fixed this in 2c441fb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants