CodeForPhilly / pbf-scraping

Project for Philadelphia Bail Fund to scrape new criminal filings from municipal court
https://codeforphilly.github.io/pbf-scraping
10 stars 4 forks source link

[WIP] feat: clean up email report, generalize to weekly #29

Closed machow closed 3 years ago

machow commented 4 years ago

I've double checked by...

NOTE: I removed the main() function from the script, since it isn't used anywhere, and does not block sending daily / weekly emails. Would be useful / quick to make each of the 3 sections a function, but would defer to when that's needed for something (e.g. re-using somewhere).

Example daily (original on left)

image

Example weekly (July 1st and July 6th concatenated)

image

TODO: