python3 scrapper.py [node_url] [start_block] # Extract from blockchain, blocks, txs, receipts info
python3 post_process.py # Enrich the receipts, inject decoded events
python3 analyze.py # Analyze the current exchange status (pools, etc)
python3 personal_now.py [addr] [node_url] # Summarize a person's lp holdings on the DEX
python3 personal_history.py [addr] # Person's trading history on DEX
Owner
Blockchain Developer.
I like poems so I use Python a lot.
Comment Webpage Screenshot is a GitHub Action that helps maintainers visually review HTML file changes introduced on a Pull Request by adding comments with the screenshots of the latest HTML file cha
Dude is a very simple framework for writing web scrapers using Python decorators. The design, inspired by Flask, was to easily build a web scraper in just a few lines of code. Dude has an easy-to-lea