johnwmillr / LyricsGenius

Download song lyrics and metadata from Genius.com 🎶🎤
http://www.johnwmillr.com/scraping-genius-lyrics/
MIT License
898 stars 159 forks source link

Save Artist objects as single files #122

Closed johnwmillr closed 4 years ago

johnwmillr commented 4 years ago

Resolves #110.

This PR is a fairly substantial reworking of how Song and Artist objects are saved. Each of those two classes now has to_json and to_text methods that make for a cleaner file saving process.