Rationale
If the AwfulCore AwfulScraping library were split into a standalone library, then other applications could be developed using the library independently from Awful.app.
I'd like to write a Awful forums CLI/TUI reader for MacOS and Linux and reuse the AwfulCore AwfulScraping library parser code.
Current State
Currently the AwfulCore AwfulScraping library and its dependencies are internal to the Awful.app project. This means that any projects that want to use AwfulCore AwfulScraping must be coupled to Awful.app, either internally or as a fork.
End State
AwfulCore AwfulScraping is maintained as its own package library
- Awful.app imports
AwfulCore AwfulScraping as an external dependency