Skip to content

vwkd/dbu-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Scrape groups from DBU

Requirements

  • Deno

Usage

  • scrape groups
deno task groups
  • can browse out/groups.json with Nushell
open out/groups.json
  • e.g. specific tradition at zip codes
open out/groups.json
  | where tradition =~ 'Theravada'
  | filter {|row| $row.address
    | parse -r '(?:12|34|56|78)\d{3}'
    | is-not-empty
  }

About

Scrape groups from DBU

Topics

Resources

Stars

Watchers

Forks