The Lekker Spelen Twitch archive.
Aims to be an archive website to archive lost media from the old and new Twitch streams of Lekker Spelen.
Build with: Vue 3, Vuetify 3, Tailwind 4 and VueUse
- 99% of old and new Twitch streams archived
- 98% of chat messages archived
- Chat replay + partial emoticon support
- Accurate chapters + timestamps
- Statistics for chat and games played
- Subscribtion to Lekker Spelen on Twitch required to watch videos
- Custom playlists
have more ideas? create an issue!
Missing sub-badges on messages. I simply do not have that data.More emote support, now only supporting some emotes based on strings- Desktop video controls
- Playlist autoplay
- Suggested videos below current video
- History page resoponsive
- Missing around 20 streams
- Missing around 40 chat logs
Want to help? create an issue!
Questions? don't hesitate to contact via a issue as well
- Fork and clone project
- Copy
.env.sampleto.env - Install packages
npm ci- Run dev server
npm run start:dev- You will see data from the production database, but cannot modify the data.
- If you want to login locally, click the login button and copy the credentials from the url before being redirected to malmaarmals.nl and paste the
access_tokenonto your localhost url ex:http://localhost:5173/auth/callback#access_token=eyJhbGc....
Session stays active for 30 min.