Skip to content
/ gecko Public

Crawls for and retrieves transaction & account information from the solana explorer

License

Notifications You must be signed in to change notification settings

0xcrust/gecko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web scraper for retrieving transaction and account details from solana explorer.

Build

  • Build the program with cargo:
cargo build
sudo apt install chromium-browser chromium-chromedriver

Usage:

  • Start up chromedriver:
chromedriver --port=4444 --disable-dev-shm-usage
  • Make an alias:
alias dora = cargo run --
  • Start a scrape:
Usage: dora --parse <PARSE> --id <ID>

Options:
  -p, --parse <PARSE>  account|transaction
  -i, --id <ID>        Id of the account|tx to be parsed
  -h, --help           Print help
  -V, --version        Print version

About

Crawls for and retrieves transaction & account information from the solana explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published