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.
Web scraped S&P 500 Data from Wikipedia using Pandas and performed Exploratory Data Analysis on the data. Then used Yahoo Finance to get the related stock data and displayed them in the form of chart
Scrapegoat is a python library that can be used to scrape the websites from internet based on the relevance of the given topic irrespective of language using Natural Language Processing. It can be ma