Podcast scrobbling

This commit is contained in:
2023-12-02 13:55:22 +11:00
parent c0c50bc107
commit 731529ddb5
8 changed files with 203 additions and 118 deletions

View File

@@ -30,6 +30,13 @@ namespace :blog do
end
end
task scrobble_podcasts: ["blog:load_environment"] do
require "hanami/prepare"
command = Adamantium::OvercastScrobbler.new(username: "daniel@dnitza.com", password: "impacted-mingle.buckeye4incise")
command.()
end
task load_from_bookshelf: ["blog:load_environment"] do
require "hanami/prepare"
require "csv"