Fetch bookmarks from Karakeep, download videos via yt-dlp, compile to single MP4, generate report. Filters videos >3min.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 14 lines 562 B view raw
1# Karakeep API Configuration 2KARAKEEP_BASE_URL=http://your-karakeep-instance:3080 3KARAKEEP_LIST_ID=your_list_id_here 4KARAKEEP_API_KEY=your_api_key_here 5 6# Matrix API Configuration (optional - only needed for fetching URLs from Matrix rooms) 7MATRIX_HOMESERVER=https://matrix.org 8MATRIX_ROOM_ID=!roomid:matrix.org 9MATRIX_ACCESS_TOKEN=syt_your_access_token_here 10 11# YouTube API Configuration (for youtube.py script) 12YOUTUBE_CLIENT_ID=your_client_id_here.apps.googleusercontent.com 13YOUTUBE_CLIENT_SECRET=your_client_secret_here 14YOUTUBE_PROJECT_ID=your_project_id_here