the_od_bods
the_od_bods copied to clipboard
Make pipeline less verbose
Is your feature request related to a problem? Please describe. Current pipeline is extremely verbose as all the scrapers are doing their own thing. It becomes a bit too much to read when debugging.
Describe the solution you'd like Options:
- Switch of all individual print statements
- standardise messages at main() level
- add parameter to switch on/off verbosity
Describe alternatives you've considered rip it all out and rebuild as modules.
Additional context None.
I did introduce Loguru when I worked on main.py last but didn't really get round to applying it to any other scripts