{"id":25891512,"url":"https://github.com/samhenrigold/snl.today","last_synced_at":"2026-05-12T15:33:12.941Z","repository":{"id":43927097,"uuid":"434230354","full_name":"samhenrigold/snl.today","owner":"samhenrigold","description":"A dead simple website that lets you know if there's a new SNL (or Late Night or Tonight Show) tonight.","archived":false,"fork":false,"pushed_at":"2022-02-13T17:58:03.000Z","size":1732,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T21:48:39.356Z","etag":null,"topics":["late-night","latenight","nbc","saturdaynightlive","snl","tonight-show","tonightshow"],"latest_commit_sha":null,"homepage":"https://snltoday.netlify.app","language":"Nunjucks","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samhenrigold.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}},"created_at":"2021-12-02T13:25:17.000Z","updated_at":"2022-01-07T02:49:00.000Z","dependencies_parsed_at":"2022-09-14T05:41:28.123Z","dependency_job_id":null,"html_url":"https://github.com/samhenrigold/snl.today","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samhenrigold/snl.today","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhenrigold%2Fsnl.today","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhenrigold%2Fsnl.today/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhenrigold%2Fsnl.today/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhenrigold%2Fsnl.today/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samhenrigold","download_url":"https://codeload.github.com/samhenrigold/snl.today/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samhenrigold%2Fsnl.today/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["late-night","latenight","nbc","saturdaynightlive","snl","tonight-show","tonightshow"],"created_at":"2025-03-02T20:28:26.982Z","updated_at":"2026-05-12T15:33:12.919Z","avatar_url":"https://github.com/samhenrigold.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snl.today\n\n## Updating the data\nThanks for helping contribute! If you find a bug, something looks wrong visually, or the data is out of date, you can create a pull request to propose changes. If you're not familiar with GitHub, you can learn more about creating one [here](https://www.youtube.com/watch?v=rgbCcBNZcdQ).\n\n## Data Sources\nThe most reliable way to find upcoming guests is through the [NBCUniversal Media Village press release portal](https://www.nbcumv.com/mediavillage#/home):\n- [_Saturday Night Live_ on Media Village](https://www.nbcumv.com/mediavillage/interactive/2929fed4187b40648b79a9839e70e91fproduct169208/index.html#/show/e91b3cec-b121-41ae-ac5b-1725193c92dd/press-releases)\n- [_Late Night with Seth Meyers_ on Media Village](https://www.nbcumv.com/mediavillage/interactive/2929fed4187b40648b79a9839e70e91fproduct169208/index.html#/show/1a72eb63-bc15-42a3-84d3-f108c3cd9d80/press-releases)\n- [_The Tonight Show with Jimmy Fallon_ on Media Village](https://www.nbcumv.com/mediavillage/interactive/2929fed4187b40648b79a9839e70e91fproduct169208/index.html#/show/ef2b8417-a8f9-4d23-a3db-0616dd5eb096/press-releases)\n\nAs a backup, the episode table on the Wikipedia entry for the respective show's season can be used.\n- [_Saturday Night Live_ (Season 47)](https://en.wikipedia.org/wiki/Saturday_Night_Live_(season_47)#Episodes)\n- [List of _Late Night with Seth Meyers_ episodes (2021)](https://en.wikipedia.org/wiki/List_of_Late_Night_with_Seth_Meyers_episodes_(2021))\n- [List of _The Tonight Show Starring Jimmy Fallon_ episodes (2021)](https://en.wikipedia.org/wiki/List_of_The_Tonight_Show_Starring_Jimmy_Fallon_episodes_(2021))\n\n## Data Format\n\nData is stored for this site in JSON files. Use this example from the as a reference if you're unsure how to structure it:\n```\n[\n    {\n        \"date\": \"20211206T235900-05:00\",\n        \"isNew\": true,\n        \"guests\": [\n            {\n                \"name\": \"Michael J. Fox\",\n                \"promo\": \"https://www.goodreads.com/book/show/50403451-no-time-like-the-future\"\n            }\n        ],\n        \"musicalGuests\": [\n            {\n                \"name\": \"Wizkid\",\n                \"promo\": \"\"\n            }\n        ]\n    },\n    {\n        \"date\": \"20211207T235900-05:00\",\n        \"isNew\": true,\n        \"guests\": [\n            {\n                \"name\": \"Halle Berry\",\n                \"promo\": \"https://www.imdb.com/title/tt8310474/\"\n            },\n            {\n                \"name\": \"Chris Kattan\",\n                \"promo\": \"https://www.imdb.com/title/tt10054778/\"\n            },\n            {\n                \"name\": \"Rutger Bregman\",\n                \"promo\": \"https://www.goodreads.com/en/book/show/52879286\"\n            }\n        ],\n        \"musicalGuests\": []\n    }\n]\n```\n\n## Promo Links\nTo avoid favoring one provider over another (e.g. Amazon vs anything else, Apple Music vs Spotify), links are best commercially neutral. The preferred links for common mediums are:\n| Medium                 | Link Provider                     | Example                                                       |\n| -----------            | -----------                       | -----------                                                   |\n| Books                  | https://www.goodreads.com         | https://www.goodreads.com/book/show/53487334-the-best-of-me   | \n| Music                  | https://en.wikipedia.org          | https://en.wikipedia.org/wiki/Crash_(Charli_XCX_album)        |\n| Movies, TV Shows       | https://www.imdb.com              | https://www.imdb.com/title/tt3526078/                         |\n\n## Technical Details\nDates are stored in ISO-8601 format in Eastern time (UTC−5). The commonly used formats for each program are:\n- Saturday Night Live: `YYYYMMDDT233500-05:00`\n- Late Night with Seth Meyers: `YYYYMMDDT235900-05:00`\n- The Tonight Show Starring Jimmy Fallon: `YYYYMMDDT233500-05:00`\n\nSince Late Night airs after midnight but the shows are listed as the previous day, use 23:59 (approximately 35 minutes before the airtime) as the Late Night date.\n\n~~The morning after an episode airs, at 9AM eastern, the episode is removed from the JSON.~~ I don't know how to do that\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamhenrigold%2Fsnl.today","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamhenrigold%2Fsnl.today","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamhenrigold%2Fsnl.today/lists"}