No description
Find a file
2023-12-14 09:15:04 -07:00
.github/workflows Create elixir.yml 2023-12-14 09:15:04 -07:00
lib docs 2023-12-11 15:01:27 -07:00
test refactor: remove unused file 2023-12-11 14:56:52 -07:00
.credo.exs next work (#6) 2023-11-13 00:48:00 -07:00
.formatter.exs First commit 2023-11-04 23:42:39 -06:00
.gitignore First commit 2023-11-04 23:42:39 -06:00
.tool-versions fix cert error (#8) 2023-11-14 22:47:15 -07:00
mix.exs more info (#19) 2023-12-07 00:45:01 -07:00
mix.lock handle ors (#12) 2023-11-21 15:06:33 -07:00
README.md Update README.md 2023-12-14 09:14:17 -07:00
retrieve.exs json output (#24) 2023-12-09 21:20:12 -07:00

Bibliographic Info Scraper

$ retrieve https://probatestars.com/texas-trust-protector-has-no-fiduciary-duty-to-settlor/

produces...

{
  "title": "What Not to Say at a Drunk Driving Stop",
  "citations": [
    "Tex. Transp. Code Title 7 Subtitle J Chapter 724"
  ],
  "description": "During a DUI or DWI stop in Orange, TX, it's crucial to navigate the situation wisely. Refrain from admissions of guilt, making incriminating statements, and oversharing personal details. Stay calm, avoid arguing, cooperate without compromising rights, and wisely choose when to mention legal counsel. Making the right choices during the stop can protect your interests. The Bearden Law Firm is here to help.",
  "source_name": "The Bearden Law Firm",
  "source_url": "https://beardenlawfirm.net",
  "date_modified": "2023-10-30"
}

To auto-run tests

fswatch lib test | xargs -I {} sh -c 'clear && mix test'