{"id":28385988,"url":"https://github.com/kode-rex/universal-threads","last_synced_at":"2026-05-01T02:34:17.572Z","repository":{"id":295501719,"uuid":"620513277","full_name":"Kode-Rex/universal-threads","owner":"Kode-Rex","description":"A very early vibe coded (2023) youtube content generation process using AI to inject jokes. ","archived":false,"fork":false,"pushed_at":"2025-05-25T21:56:42.000Z","size":142544,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T02:34:13.648Z","etag":null,"topics":["vibe-coding","youtube"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kode-Rex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-28T20:41:54.000Z","updated_at":"2025-05-25T21:59:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c23d8120-3762-45a6-94ca-3637d73428d3","html_url":"https://github.com/Kode-Rex/universal-threads","commit_stats":null,"previous_names":["kode-rex/universal-threads"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kode-Rex/universal-threads","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode-Rex%2Funiversal-threads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode-Rex%2Funiversal-threads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode-Rex%2Funiversal-threads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode-Rex%2Funiversal-threads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kode-Rex","download_url":"https://codeload.github.com/Kode-Rex/universal-threads/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kode-Rex%2Funiversal-threads/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vibe-coding","youtube"],"created_at":"2025-05-30T12:38:02.952Z","updated_at":"2026-05-01T02:34:17.565Z","avatar_url":"https://github.com/Kode-Rex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Universal Threads README.md\n\n1. Scrape content from /r/askredit via api\n   - https://www.reddit.com/r/AskReddit/comments/11vmkfc/americans_what_do_eurpoeans_have_everyday_that/ \n   - https://www.reddit.com/r/AskReddit/comments/11bsi96/what_is_something_that_is_generally_accepted/ \n   - Split into 5-8 word segments for audio and transcription over-writing\n   - Need to understand depth of comment structure to follow (2-3 nodes deep?)\n      - Need to be top level of 3 words or more but less than 20?sih (no rants!), with a depth of at least 1 node of sub comments (how to check if they are good?)\n      - Pull 60 \"stories\"\n      - Screenshot thread title for video artifacts\n   - How to automate finding the stories to pull? \n        - Look for a fixed comment threshold?\n        - Ask chatgpt to pick between the day's top threads?\n2. ChatGPT API editing of script\n   - Can AI inject options that sound human?\n      - inital results say yes! (3-5 per video?)\n3. Find game footage ?\n   - https://twiclips.com/\n   - https://www.twitch.tv/mixelplx/videos \n   - Automate the fetch and pull via a scheduled job - SOME DAY, NOT NOW!!!\n       - Strip Audio from footage \n          - ffmpeg -i x.mp4 -c copy -an x1.mp4\n       - Chunk with quicktime 3-7 minutes segments\n4. Find decent AI audio generation\n   - Google TTS service @ https://cloud.google.com/text-to-speech#section-2\n    voice type: studio - M\n    ```\n       {\n     \"audioConfig\": {\n       \"audioEncoding\": \"LINEAR16\",\n       \"effectsProfileId\": [\n         \"large-home-entertainment-class-device\"\n       ],\n       \"pitch\": -1.2,\n       \"speakingRate\": 1\n     },\n     \"input\": {\n       \"text\": \"Future generations will be binge-watching documentaries about our wastefulness like we used to binge-watch reality TV. Talk about a real \\\"Keeping Up with the Trashdashians\\\" situation.\"\n     },\n     \"voice\": {\n       \"languageCode\": \"en-US\",\n       \"name\": \"en-US-Neural2-J\"\n     }\n   }\n    ```\n5. moviePy to automate the addition of the story text\n   - Copy mainly facts and others like it\n   - Should be able to calc overlay time based on audio segment - can I auto add the audio and text over the video to make a new?\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkode-rex%2Funiversal-threads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkode-rex%2Funiversal-threads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkode-rex%2Funiversal-threads/lists"}