Scraper for defi data

Scraper data from blockchains and other sources.

  1. defi-logs scrapes blockchain data by parsing all logs
  2. defi-blocks scrapes blocks to get their timestamp
  3. dexscreener scrapes prices from dexscreener

Example

defi-logs --chain bsc --threads 10 --max_upd 10000 --block 10000

Links for defi-scraper