Giter Site home page Giter Site logo

chiroyce1 / yt-wrapped Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.05 MB

Client side YouTube Wrapped (like Spotify Wrapped) app that shows you an overview of the number of videos and channels you watched in 2023.

Home Page: https://chiroyce1.github.io/yt-wrapped/

HTML 2.42% Svelte 47.75% CSS 12.87% TypeScript 35.44% JavaScript 1.52%

yt-wrapped's Introduction

yt-wrapped

chiroyce1.github.io/yt-wrapped

Client side YouTube Wrapped (like Spotify Wrapped) app that shows you an overview of the number of videos and channels you watched in 2023.

v0.0.1 so expect bugs and report them here

Contributons

Contributons are very welcome! Head over to the issues page and pick a feature to work on, or create a new issue if you want to request a feature (should be within the scope of what this can do client side).

General todo list

  • Clean up data parsing/filtering code
  • Improve UI/UX
  • Add more stats

yt-wrapped's People

Contributors

chiroyce1 avatar

Stargazers

SupremeRubisco avatar  avatar  avatar

Watchers

 avatar

yt-wrapped's Issues

Add all time stats as well

A simple dynamic element that shows all the years that are there in the history plus an "All Time" option so users can see their stats for not just 2023 but also the current year, and years before 2023 if they have it in their history, and also the all time stats. Drop-down positioning should be considered carefully as #1 also adds one.

Filter out #shorts

So we've run into a problem where certain takeout's don't contain the titleUrl property for the videos, so this will not work for them.

Ways we can do this

  1. remove shorts and show results are purely videos
  2. Drop-down to select shorts / long videos / all videos
    if (obj.titleUrl) {

    We could just add a simple check for this
if (obj.titleUrl.includes("#shorts")) return false;

Of course that isn't great but we've got to work with what we have lol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.