Is there a way to put my credit karma credit score on a sensor or card?

I found this, but not sure if this was a custom integration or how to install it…

I’m not a programmer so please let me know if there is a way to do this that I can understand. I also tried a web scraper, but can’t figure that out either. has anyone else done this and willing to share the instructions? here is what I tried with web scrape…

  - platform: scrape
    resource: https://www.creditkarma.com/dashboard
    name: Credit Karma
    select: ".div.flex.justify-center.mb2"
    username: name
    password: password
    headers:
      User-Agent: Mozilla/5.0

thanks for any assistance!