├── .gitattributes ├── .github └── workflows │ ├── deno.yml │ └── generate.yml ├── .gitignore ├── .vscode └── settings.json ├── ABOUT.md ├── ARCHIVE.md ├── README.md ├── archive ├── daily-dall-e-2023-07-16T04:38:58.984Z.png ├── daily-dall-e-2023-07-16T19:48:00.071Z.png ├── daily-dall-e-2023-07-16T20:23:32.757Z.png ├── daily-dall-e-2023-07-17T00:43:15.972Z.png ├── daily-dall-e-2023-07-17T01:21:40.916Z.png ├── daily-dall-e-2023-07-17T01:24:51.454Z.png ├── daily-dall-e-2023-07-17T02:00:57.222Z.png ├── daily-dall-e-2023-07-17T02:15:37.231Z.png ├── daily-dall-e-2023-07-18T02:59:21.265Z.png ├── daily-dall-e-2023-07-19T05:58:39.224Z.png ├── daily-dall-e-2023-07-20T01:29:01.764Z.png ├── daily-dall-e-2023-07-21T01:29:15.676Z.png ├── daily-dall-e-2023-07-22T01:29:13.281Z.png ├── daily-dall-e-2023-07-23T05:05:32.052Z.png ├── daily-dall-e-2023-07-24T01:29:18.057Z.png ├── daily-dall-e-2023-07-28T01:28:20.050Z.png ├── daily-dall-e-2023-07-29T01:28:08.268Z.png ├── daily-dall-e-2023-07-30T01:28:46.413Z.png ├── daily-dall-e-2023-08-01T02:40:24.318Z.png ├── daily-dall-e-2023-08-05T01:27:56.984Z.png ├── daily-dall-e-2023-08-06T01:26:28.943Z.png ├── daily-dall-e-2023-08-07T01:28:43.031Z.png ├── daily-dall-e-2023-08-08T01:28:32.418Z.png ├── daily-dall-e-2023-08-09T01:28:33.105Z.png ├── daily-dall-e-2023-08-10T01:28:59.234Z.png ├── daily-dall-e-2023-08-12T01:20:25.289Z.png ├── daily-dall-e-2023-08-13T01:24:09.579Z.png ├── daily-dall-e-2023-08-14T01:22:27.738Z.png ├── daily-dall-e-2023-08-15T01:21:54.447Z.png ├── daily-dall-e-2023-08-17T01:20:33.941Z.png ├── daily-dall-e-2023-08-18T01:21:26.156Z.png ├── daily-dall-e-2023-08-19T01:19:51.156Z.png ├── daily-dall-e-2023-08-20T01:23:26.707Z.png ├── daily-dall-e-2023-08-21T01:21:32.756Z.png ├── daily-dall-e-2023-08-23T01:21:38.636Z.png ├── daily-dall-e-2023-08-24T01:21:29.366Z.png ├── daily-dall-e-2023-08-25T01:22:42.391Z.png ├── daily-dall-e-2023-08-26T01:20:30.716Z.png ├── daily-dall-e-2023-08-27T01:24:46.484Z.png ├── daily-dall-e-2023-08-28T01:23:16.362Z.png ├── daily-dall-e-2023-08-29T01:23:08.109Z.png ├── daily-dall-e-2023-08-30T01:22:46.944Z.png ├── daily-dall-e-2023-09-01T01:25:54.896Z.png ├── daily-dall-e-2023-09-03T01:25:01.507Z.png ├── daily-dall-e-2023-09-04T01:23:30.480Z.png ├── daily-dall-e-2023-09-05T01:21:55.895Z.png ├── daily-dall-e-2023-09-06T01:22:41.958Z.png ├── daily-dall-e-2023-09-08T01:22:53.149Z.png ├── daily-dall-e-2023-09-09T01:21:33.410Z.png ├── daily-dall-e-2023-09-10T01:25:02.573Z.png ├── daily-dall-e-2023-09-11T01:23:46.090Z.png ├── daily-dall-e-2023-09-12T01:21:54.941Z.png ├── daily-dall-e-2023-09-13T01:23:55.319Z.png ├── daily-dall-e-2023-09-14T01:22:51.406Z.png ├── daily-dall-e-2023-09-15T01:23:41.967Z.png ├── daily-dall-e-2023-09-16T01:21:46.111Z.png ├── daily-dall-e-2023-09-17T01:25:32.339Z.png ├── daily-dall-e-2023-09-18T01:23:34.506Z.png ├── daily-dall-e-2023-09-19T01:23:58.534Z.png ├── daily-dall-e-2023-09-20T01:23:21.698Z.png ├── daily-dall-e-2023-09-21T01:22:58.947Z.png ├── daily-dall-e-2023-09-22T01:23:33.072Z.png ├── daily-dall-e-2023-09-23T01:21:50.823Z.png ├── daily-dall-e-2023-09-24T01:25:43.754Z.png ├── daily-dall-e-2023-09-25T01:24:11.353Z.png ├── daily-dall-e-2023-09-27T01:24:03.547Z.png ├── daily-dall-e-2023-09-29T01:23:42.581Z.png ├── daily-dall-e-2023-09-30T01:22:48.126Z.png ├── daily-dall-e-2023-10-01T01:28:46.492Z.png ├── daily-dall-e-2023-10-02T01:23:59.204Z.png ├── daily-dall-e-2023-10-03T01:24:08.039Z.png ├── daily-dall-e-2023-10-04T01:24:52.252Z.png ├── daily-dall-e-2023-10-05T01:23:55.460Z.png ├── daily-dall-e-2023-10-06T01:23:52.023Z.png ├── daily-dall-e-2023-10-07T01:23:03.722Z.png ├── daily-dall-e-2023-10-08T01:26:41.132Z.png ├── daily-dall-e-2023-10-09T01:24:06.461Z.png ├── daily-dall-e-2023-10-10T01:23:41.165Z.png ├── daily-dall-e-2023-10-11T01:23:51.380Z.png ├── daily-dall-e-2023-10-12T01:22:24.872Z.png ├── daily-dall-e-2023-10-13T01:25:21.288Z.png ├── daily-dall-e-2023-10-14T01:22:32.828Z.png ├── daily-dall-e-2023-10-15T01:27:00.006Z.png ├── daily-dall-e-2023-10-16T01:25:08.037Z.png ├── daily-dall-e-2023-10-17T01:24:41.517Z.png ├── daily-dall-e-2023-10-18T01:24:27.026Z.png ├── daily-dall-e-2023-10-19T01:24:10.161Z.png ├── daily-dall-e-2023-10-21T01:22:37.739Z.png ├── daily-dall-e-2023-10-22T01:27:03.195Z.png ├── daily-dall-e-2023-10-23T01:24:31.557Z.png ├── daily-dall-e-2023-10-24T01:24:13.458Z.png ├── daily-dall-e-2023-10-25T01:24:03.810Z.png ├── daily-dall-e-2023-10-26T01:23:00.597Z.png ├── daily-dall-e-2023-10-27T01:23:13.699Z.png ├── daily-dall-e-2023-10-29T01:26:29.108Z.png ├── daily-dall-e-2023-10-30T01:24:32.280Z.png ├── daily-dall-e-2023-10-31T01:24:44.891Z.png ├── daily-dall-e-2023-11-01T01:27:06.615Z.png ├── daily-dall-e-2023-11-02T01:24:17.542Z.png ├── daily-dall-e-2023-11-03T01:24:45.943Z.png ├── daily-dall-e-2023-11-04T01:24:07.961Z.png ├── daily-dall-e-2023-11-11T18:16:27.851Z.png ├── daily-dall-e-2023-11-12T01:06:59.563Z.png ├── daily-dall-e-2023-11-12T01:27:59.502Z.png ├── daily-dall-e-2023-11-12T04:39:51.307Z.png ├── daily-dall-e-2023-11-12T05:01:12.059Z.png ├── daily-dall-e-2023-11-12T18:41:16.157Z.png ├── daily-dall-e-2023-11-12T19:16:43.025Z.png ├── daily-dall-e-2023-11-13T01:25:58.468Z.png ├── daily-dall-e-2023-11-14T01:24:53.771Z.png ├── daily-dall-e-2023-11-15T02:58:47.434Z.png ├── daily-dall-e-2023-11-15T03:02:47.121Z.png ├── daily-dall-e-2023-11-16T01:26:28.961Z.png ├── daily-dall-e-2023-11-17T01:26:27.327Z.png ├── daily-dall-e-2023-11-17T03:51:32.990Z.png ├── daily-dall-e-2023-11-18T01:25:33.131Z.png ├── daily-dall-e-2023-11-19T03:01:52.929Z.png ├── daily-dall-e-2023-11-19T03:27:06.264Z.png ├── daily-dall-e-2023-11-20T01:26:35.310Z.png ├── daily-dall-e-2023-11-21T01:27:48.744Z.png ├── daily-dall-e-2023-11-22T01:27:16.395Z.png ├── daily-dall-e-2023-11-23T01:25:55.143Z.png ├── daily-dall-e-2023-11-24T01:24:51.814Z.png ├── daily-dall-e-2023-11-25T01:24:17.220Z.png ├── daily-dall-e-2023-11-26T01:28:01.662Z.png ├── daily-dall-e-2023-11-27T01:26:09.836Z.png ├── daily-dall-e-2023-11-28T01:26:46.588Z.png ├── daily-dall-e-2023-11-29T01:26:43.376Z.png ├── daily-dall-e-2023-11-30T01:26:18.010Z.png ├── daily-dall-e-2023-12-01T01:28:40.552Z.png ├── daily-dall-e-2023-12-02T01:24:23.239Z.png ├── daily-dall-e-2023-12-03T01:28:24.454Z.png ├── daily-dall-e-2023-12-04T01:26:34.710Z.png ├── daily-dall-e-2023-12-05T01:27:28.818Z.png ├── daily-dall-e-2023-12-06T01:26:37.592Z.png ├── daily-dall-e-2023-12-07T01:26:26.664Z.png ├── daily-dall-e-2023-12-08T01:26:41.367Z.png ├── daily-dall-e-2023-12-09T01:25:20.223Z.png ├── daily-dall-e-2023-12-10T01:28:51.022Z.png ├── daily-dall-e-2023-12-11T01:27:07.703Z.png ├── daily-dall-e-2023-12-12T01:26:53.668Z.png ├── daily-dall-e-2023-12-13T01:26:34.523Z.png ├── daily-dall-e-2023-12-14T01:26:16.201Z.png ├── daily-dall-e-2023-12-15T01:27:12.695Z.png ├── daily-dall-e-2023-12-16T18:00:17.935Z.png ├── daily-dall-e-2023-12-17T01:28:43.223Z.png ├── daily-dall-e-2023-12-18T01:27:01.730Z.png ├── daily-dall-e-2023-12-20T01:16:39.598Z.png ├── daily-dall-e-2023-12-21T01:25:53.168Z.png ├── daily-dall-e-2023-12-22T01:25:24.107Z.png ├── daily-dall-e-2023-12-23T01:24:00.845Z.png ├── daily-dall-e-2023-12-24T01:28:06.036Z.png ├── daily-dall-e-2023-12-25T01:26:35.566Z.png ├── daily-dall-e-2023-12-26T01:24:27.120Z.png ├── daily-dall-e-2023-12-27T01:24:26.087Z.png ├── daily-dall-e-2023-12-28T01:24:34.137Z.png ├── daily-dall-e-2023-12-29T01:19:25.763Z.png ├── daily-dall-e-2023-12-29T19:37:28.667Z.png ├── daily-dall-e-2023-12-30T01:24:11.934Z.png ├── daily-dall-e-2023-12-31T01:28:27.101Z.png ├── daily-dall-e-2024-01-01T01:28:54.207Z.png ├── daily-dall-e-2024-01-02T01:26:02.488Z.png ├── daily-dall-e-2024-01-02T04:42:56.298Z.png ├── daily-dall-e-2024-01-03T01:25:50.142Z.png ├── daily-dall-e-2024-01-04T01:26:07.301Z.png ├── daily-dall-e-2024-01-05T01:26:30.635Z.png ├── daily-dall-e-2024-01-06T01:25:42.390Z.png ├── daily-dall-e-2024-01-07T01:28:47.544Z.png ├── daily-dall-e-2024-01-08T01:27:04.571Z.png ├── daily-dall-e-2024-01-09T01:26:56.206Z.png ├── daily-dall-e-2024-01-10T01:27:07.769Z.png ├── daily-dall-e-2024-01-11T01:26:56.216Z.png ├── daily-dall-e-2024-01-12T01:27:08.970Z.png ├── daily-dall-e-2024-01-13T01:26:29.750Z.png ├── daily-dall-e-2024-01-14T01:28:54.670Z.png ├── daily-dall-e-2024-01-15T01:28:43.082Z.png ├── daily-dall-e-2024-01-16T01:26:52.833Z.png ├── daily-dall-e-2024-01-17T01:27:12.169Z.png ├── daily-dall-e-2024-01-18T01:26:53.898Z.png ├── daily-dall-e-2024-01-19T01:27:27.017Z.png ├── daily-dall-e-2024-01-20T01:26:31.673Z.png ├── daily-dall-e-2024-01-21T01:28:49.088Z.png ├── daily-dall-e-2024-01-22T01:28:44.637Z.png ├── daily-dall-e-2024-01-23T01:27:38.321Z.png ├── daily-dall-e-2024-01-24T01:27:31.982Z.png ├── daily-dall-e-2024-01-25T01:27:42.551Z.png ├── daily-dall-e-2024-01-26T01:24:07.880Z.png ├── daily-dall-e-2024-01-27T01:22:11.229Z.png ├── daily-dall-e-2024-01-28T01:26:03.726Z.png ├── daily-dall-e-2024-01-29T01:23:22.101Z.png ├── daily-dall-e-2024-01-30T01:22:58.468Z.png ├── daily-dall-e-2024-01-31T01:23:37.609Z.png ├── daily-dall-e-2024-02-01T01:25:59.247Z.png ├── daily-dall-e-2024-02-02T01:23:17.206Z.png ├── daily-dall-e-2024-02-03T01:22:08.993Z.png ├── daily-dall-e-2024-02-04T01:26:18.094Z.png ├── daily-dall-e-2024-02-06T01:23:02.896Z.png ├── daily-dall-e-2024-02-07T01:21:56.147Z.png ├── daily-dall-e-2024-02-08T01:22:36.273Z.png ├── daily-dall-e-2024-02-09T01:22:05.099Z.png ├── daily-dall-e-2024-02-10T01:21:19.138Z.png ├── daily-dall-e-2024-02-11T01:26:09.490Z.png ├── daily-dall-e-2024-02-12T01:23:09.271Z.png ├── daily-dall-e-2024-02-13T01:23:15.774Z.png ├── daily-dall-e-2024-02-14T01:23:16.215Z.png ├── daily-dall-e-2024-02-15T01:23:00.679Z.png ├── daily-dall-e-2024-02-17T01:22:24.338Z.png ├── daily-dall-e-2024-02-18T01:25:34.426Z.png ├── daily-dall-e-2024-02-19T01:23:58.330Z.png ├── daily-dall-e-2024-02-20T01:22:08.081Z.png ├── daily-dall-e-2024-02-21T01:22:59.863Z.png ├── daily-dall-e-2024-02-22T01:22:28.345Z.png ├── daily-dall-e-2024-02-23T01:22:02.853Z.png ├── daily-dall-e-2024-02-24T01:20:58.474Z.png ├── daily-dall-e-2024-02-25T01:25:32.160Z.png ├── daily-dall-e-2024-02-26T01:23:51.220Z.png ├── daily-dall-e-2024-02-27T01:22:16.108Z.png └── daily-dall-e-2024-02-28T01:23:00.436Z.png ├── backfill.ts ├── config.ts ├── data ├── daily-dall-e-2023-07-17T00:43:15.962Z.json ├── daily-dall-e-2023-07-17T01:21:40.915Z.json ├── daily-dall-e-2023-07-17T01:24:51.452Z.json ├── daily-dall-e-2023-07-17T02:00:57.221Z.json ├── daily-dall-e-2023-07-17T02:15:37.229Z.json ├── daily-dall-e-2023-07-18T02:59:21.260Z.json ├── daily-dall-e-2023-07-19T05:58:39.223Z.json ├── daily-dall-e-2023-07-20T01:29:01.763Z.json ├── daily-dall-e-2023-07-21T01:29:15.676Z.json ├── daily-dall-e-2023-07-22T01:29:13.281Z.json ├── daily-dall-e-2023-07-23T05:05:32.046Z.json ├── daily-dall-e-2023-07-24T01:29:18.057Z.json ├── daily-dall-e-2023-07-28T01:28:20.049Z.json ├── daily-dall-e-2023-07-29T01:28:08.267Z.json ├── daily-dall-e-2023-07-30T01:28:46.412Z.json ├── daily-dall-e-2023-08-01T02:40:24.317Z.json ├── daily-dall-e-2023-08-05T01:27:56.983Z.json ├── daily-dall-e-2023-08-06T01:26:28.942Z.json ├── daily-dall-e-2023-08-07T01:28:43.030Z.json ├── daily-dall-e-2023-08-08T01:28:32.417Z.json ├── daily-dall-e-2023-08-09T01:28:33.104Z.json ├── daily-dall-e-2023-08-10T01:28:59.233Z.json ├── daily-dall-e-2023-08-12T01:20:25.289Z.json ├── daily-dall-e-2023-08-13T01:24:09.579Z.json ├── daily-dall-e-2023-08-14T01:22:27.738Z.json ├── daily-dall-e-2023-08-15T01:21:54.446Z.json ├── daily-dall-e-2023-08-17T01:20:33.940Z.json ├── daily-dall-e-2023-08-18T01:21:26.156Z.json ├── daily-dall-e-2023-08-19T01:19:51.155Z.json ├── daily-dall-e-2023-08-20T01:23:26.707Z.json ├── daily-dall-e-2023-08-21T01:21:32.756Z.json ├── daily-dall-e-2023-08-23T01:21:38.635Z.json ├── daily-dall-e-2023-08-24T01:21:29.365Z.json ├── daily-dall-e-2023-08-25T01:22:42.390Z.json ├── daily-dall-e-2023-08-26T01:20:30.716Z.json ├── daily-dall-e-2023-08-27T01:24:46.483Z.json ├── daily-dall-e-2023-08-28T01:23:16.362Z.json ├── daily-dall-e-2023-08-29T01:23:08.109Z.json ├── daily-dall-e-2023-08-30T01:22:46.943Z.json ├── daily-dall-e-2023-09-01T01:25:54.894Z.json ├── daily-dall-e-2023-09-03T01:25:01.506Z.json ├── daily-dall-e-2023-09-04T01:23:30.479Z.json ├── daily-dall-e-2023-09-05T01:21:55.893Z.json ├── daily-dall-e-2023-09-06T01:22:41.958Z.json ├── daily-dall-e-2023-09-08T01:22:53.149Z.json ├── daily-dall-e-2023-09-09T01:21:33.409Z.json ├── daily-dall-e-2023-09-10T01:25:02.573Z.json ├── daily-dall-e-2023-09-11T01:23:46.090Z.json ├── daily-dall-e-2023-09-12T01:21:54.941Z.json ├── daily-dall-e-2023-09-13T01:23:55.318Z.json ├── daily-dall-e-2023-09-14T01:22:51.405Z.json ├── daily-dall-e-2023-09-15T01:23:41.967Z.json ├── daily-dall-e-2023-09-16T01:21:46.110Z.json ├── daily-dall-e-2023-09-17T01:25:32.338Z.json ├── daily-dall-e-2023-09-18T01:23:34.504Z.json ├── daily-dall-e-2023-09-19T01:23:58.534Z.json ├── daily-dall-e-2023-09-20T01:23:21.697Z.json ├── daily-dall-e-2023-09-21T01:22:58.946Z.json ├── daily-dall-e-2023-09-22T01:23:33.072Z.json ├── daily-dall-e-2023-09-23T01:21:50.822Z.json ├── daily-dall-e-2023-09-24T01:25:43.754Z.json ├── daily-dall-e-2023-09-25T01:24:11.352Z.json ├── daily-dall-e-2023-09-27T01:24:03.546Z.json ├── daily-dall-e-2023-09-30T01:22:48.126Z.json ├── daily-dall-e-2023-10-01T01:28:46.492Z.json ├── daily-dall-e-2023-10-02T01:23:59.204Z.json ├── daily-dall-e-2023-10-03T01:24:08.039Z.json ├── daily-dall-e-2023-10-04T01:24:52.251Z.json ├── daily-dall-e-2023-10-05T01:23:55.459Z.json ├── daily-dall-e-2023-10-06T01:23:52.022Z.json ├── daily-dall-e-2023-10-07T01:23:03.722Z.json ├── daily-dall-e-2023-10-08T01:26:41.132Z.json ├── daily-dall-e-2023-10-09T01:24:06.460Z.json ├── daily-dall-e-2023-10-10T01:23:41.165Z.json ├── daily-dall-e-2023-10-11T01:23:51.379Z.json ├── daily-dall-e-2023-10-12T01:22:24.871Z.json ├── daily-dall-e-2023-10-13T01:25:21.287Z.json ├── daily-dall-e-2023-10-14T01:22:32.826Z.json ├── daily-dall-e-2023-10-15T01:27:00.005Z.json ├── daily-dall-e-2023-10-16T01:25:08.036Z.json ├── daily-dall-e-2023-10-17T01:24:41.516Z.json ├── daily-dall-e-2023-10-18T01:24:27.026Z.json ├── daily-dall-e-2023-10-19T01:24:10.160Z.json ├── daily-dall-e-2023-10-21T01:22:37.738Z.json ├── daily-dall-e-2023-10-22T01:27:03.195Z.json ├── daily-dall-e-2023-10-24T01:24:13.458Z.json ├── daily-dall-e-2023-10-25T01:24:03.809Z.json ├── daily-dall-e-2023-10-26T01:23:00.597Z.json ├── daily-dall-e-2023-10-27T01:23:13.698Z.json ├── daily-dall-e-2023-10-29T01:26:29.107Z.json ├── daily-dall-e-2023-10-30T01:24:32.279Z.json ├── daily-dall-e-2023-10-31T01:24:44.890Z.json ├── daily-dall-e-2023-11-01T01:27:06.614Z.json ├── daily-dall-e-2023-11-02T01:24:17.541Z.json ├── daily-dall-e-2023-11-04T01:24:07.961Z.json ├── daily-dall-e-2023-11-11T18:16:27.850Z.json ├── daily-dall-e-2023-11-12T01:06:59.562Z.json ├── daily-dall-e-2023-11-12T01:27:59.502Z.json ├── daily-dall-e-2023-11-12T05:01:12.059Z.json ├── daily-dall-e-2023-11-12T18:41:16.157Z.json ├── daily-dall-e-2023-11-12T19:16:43.025Z.json ├── daily-dall-e-2023-11-13T01:25:58.468Z.json ├── daily-dall-e-2023-11-14T01:24:53.771Z.json ├── daily-dall-e-2023-11-15T02:58:47.434Z.json ├── daily-dall-e-2023-11-15T03:02:47.121Z.json ├── daily-dall-e-2023-11-16T01:26:28.961Z.json ├── daily-dall-e-2023-11-17T01:26:27.327Z.json ├── daily-dall-e-2023-11-17T03:51:32.990Z.json ├── daily-dall-e-2023-11-18T01:25:33.131Z.json ├── daily-dall-e-2023-11-19T03:01:52.929Z.json ├── daily-dall-e-2023-11-19T03:27:06.264Z.json ├── daily-dall-e-2023-11-20T01:26:35.310Z.json ├── daily-dall-e-2023-11-21T01:27:48.744Z.json ├── daily-dall-e-2023-11-22T01:27:16.395Z.json ├── daily-dall-e-2023-11-23T01:25:55.143Z.json ├── daily-dall-e-2023-11-24T01:24:51.814Z.json ├── daily-dall-e-2023-11-25T01:24:17.220Z.json ├── daily-dall-e-2023-11-26T01:28:01.662Z.json ├── daily-dall-e-2023-11-27T01:26:09.836Z.json ├── daily-dall-e-2023-11-28T01:26:46.588Z.json ├── daily-dall-e-2023-11-29T01:26:43.376Z.json ├── daily-dall-e-2023-11-30T01:26:18.010Z.json ├── daily-dall-e-2023-12-01T01:28:40.552Z.json ├── daily-dall-e-2023-12-02T01:24:23.239Z.json ├── daily-dall-e-2023-12-03T01:28:24.454Z.json ├── daily-dall-e-2023-12-04T01:26:34.710Z.json ├── daily-dall-e-2023-12-05T01:27:28.818Z.json ├── daily-dall-e-2023-12-06T01:26:37.592Z.json ├── daily-dall-e-2023-12-07T01:26:26.664Z.json ├── daily-dall-e-2023-12-08T01:26:41.367Z.json ├── daily-dall-e-2023-12-09T01:25:20.223Z.json ├── daily-dall-e-2023-12-10T01:28:51.022Z.json ├── daily-dall-e-2023-12-11T01:27:07.703Z.json ├── daily-dall-e-2023-12-12T01:26:53.668Z.json ├── daily-dall-e-2023-12-13T01:26:34.523Z.json ├── daily-dall-e-2023-12-14T01:26:16.201Z.json ├── daily-dall-e-2023-12-15T01:27:12.695Z.json ├── daily-dall-e-2023-12-16T18:00:17.935Z.json ├── daily-dall-e-2023-12-17T01:28:43.223Z.json ├── daily-dall-e-2023-12-18T01:27:01.730Z.json ├── daily-dall-e-2023-12-20T01:16:39.598Z.json ├── daily-dall-e-2023-12-21T01:25:53.168Z.json ├── daily-dall-e-2023-12-22T01:25:24.107Z.json ├── daily-dall-e-2023-12-23T01:24:00.845Z.json ├── daily-dall-e-2023-12-24T01:28:06.036Z.json ├── daily-dall-e-2023-12-25T01:26:35.566Z.json ├── daily-dall-e-2023-12-26T01:24:27.120Z.json ├── daily-dall-e-2023-12-27T01:24:26.087Z.json ├── daily-dall-e-2023-12-28T01:24:34.137Z.json ├── daily-dall-e-2023-12-29T01:19:25.763Z.json ├── daily-dall-e-2023-12-29T19:37:28.667Z.json ├── daily-dall-e-2023-12-30T01:24:11.934Z.json ├── daily-dall-e-2023-12-31T01:28:27.101Z.json ├── daily-dall-e-2024-01-01T01:28:54.207Z.json ├── daily-dall-e-2024-01-02T01:26:02.488Z.json ├── daily-dall-e-2024-01-02T04:42:56.298Z.json ├── daily-dall-e-2024-01-03T01:25:50.142Z.json ├── daily-dall-e-2024-01-04T01:26:07.301Z.json ├── daily-dall-e-2024-01-05T01:26:30.635Z.json ├── daily-dall-e-2024-01-06T01:25:42.390Z.json ├── daily-dall-e-2024-01-07T01:28:47.544Z.json ├── daily-dall-e-2024-01-08T01:27:04.571Z.json ├── daily-dall-e-2024-01-09T01:26:56.206Z.json ├── daily-dall-e-2024-01-10T01:27:07.769Z.json ├── daily-dall-e-2024-01-11T01:26:56.216Z.json ├── daily-dall-e-2024-01-12T01:27:08.970Z.json ├── daily-dall-e-2024-01-13T01:26:29.750Z.json ├── daily-dall-e-2024-01-14T01:28:54.670Z.json ├── daily-dall-e-2024-01-15T01:28:43.082Z.json ├── daily-dall-e-2024-01-16T01:26:52.833Z.json ├── daily-dall-e-2024-01-17T01:27:12.169Z.json ├── daily-dall-e-2024-01-18T01:26:53.898Z.json ├── daily-dall-e-2024-01-19T01:27:27.017Z.json ├── daily-dall-e-2024-01-20T01:26:31.673Z.json ├── daily-dall-e-2024-01-21T01:28:49.088Z.json ├── daily-dall-e-2024-01-22T01:28:44.637Z.json ├── daily-dall-e-2024-01-23T01:27:38.321Z.json ├── daily-dall-e-2024-01-24T01:27:31.982Z.json ├── daily-dall-e-2024-01-25T01:27:42.551Z.json ├── daily-dall-e-2024-01-26T01:24:07.880Z.json ├── daily-dall-e-2024-01-27T01:22:11.229Z.json ├── daily-dall-e-2024-01-28T01:26:03.726Z.json ├── daily-dall-e-2024-01-29T01:23:22.101Z.json ├── daily-dall-e-2024-01-30T01:22:58.468Z.json ├── daily-dall-e-2024-01-31T01:23:37.609Z.json ├── daily-dall-e-2024-02-01T01:25:59.247Z.json ├── daily-dall-e-2024-02-02T01:23:17.206Z.json ├── daily-dall-e-2024-02-03T01:22:08.993Z.json ├── daily-dall-e-2024-02-04T01:26:18.094Z.json ├── daily-dall-e-2024-02-06T01:23:02.896Z.json ├── daily-dall-e-2024-02-07T01:21:56.147Z.json ├── daily-dall-e-2024-02-08T01:22:36.273Z.json ├── daily-dall-e-2024-02-09T01:22:05.099Z.json ├── daily-dall-e-2024-02-10T01:21:19.138Z.json ├── daily-dall-e-2024-02-11T01:26:09.490Z.json ├── daily-dall-e-2024-02-12T01:23:09.271Z.json ├── daily-dall-e-2024-02-13T01:23:15.774Z.json ├── daily-dall-e-2024-02-14T01:23:16.215Z.json ├── daily-dall-e-2024-02-15T01:23:00.679Z.json ├── daily-dall-e-2024-02-17T01:22:24.338Z.json ├── daily-dall-e-2024-02-18T01:25:34.426Z.json ├── daily-dall-e-2024-02-19T01:23:58.330Z.json ├── daily-dall-e-2024-02-20T01:22:08.081Z.json ├── daily-dall-e-2024-02-21T01:22:59.863Z.json ├── daily-dall-e-2024-02-22T01:22:28.345Z.json ├── daily-dall-e-2024-02-23T01:22:02.853Z.json ├── daily-dall-e-2024-02-24T01:20:58.474Z.json ├── daily-dall-e-2024-02-25T01:25:32.160Z.json ├── daily-dall-e-2024-02-26T01:23:51.220Z.json ├── daily-dall-e-2024-02-27T01:22:16.108Z.json └── daily-dall-e-2024-02-28T01:23:00.436Z.json ├── instagram_client.ts ├── main.ts ├── main_test.ts └── trends_finder.ts /.gitattributes: -------------------------------------------------------------------------------- 1 | test/**/*.png filter=lfs diff=lfs merge=lfs -text 2 | archive/**/*.png filter=lfs diff=lfs merge=lfs -text 3 | -------------------------------------------------------------------------------- /.github/workflows/deno.yml: -------------------------------------------------------------------------------- 1 | name: Deno Check 2 | 3 | on: 4 | push: 5 | branches: ["main"] 6 | pull_request: 7 | branches: ["main"] 8 | 9 | permissions: 10 | contents: read 11 | 12 | jobs: 13 | test: 14 | runs-on: ubuntu-latest 15 | 16 | steps: 17 | - name: Setup repo 18 | uses: actions/checkout@v3 19 | 20 | - name: Setup Deno 21 | # uses: denoland/setup-deno@v1 22 | uses: denoland/setup-deno@9db7f66e8e16b5699a514448ce994936c63f0d54 23 | with: 24 | deno-version: v1.x 25 | 26 | # Uncomment this step to verify the use of 'deno fmt' on each commit. 27 | # - name: Verify formatting 28 | # run: deno fmt --check 29 | 30 | - name: Run check 31 | run: deno check main.ts 32 | 33 | # - name: Run tests 34 | # run: deno test -A 35 | -------------------------------------------------------------------------------- /.github/workflows/generate.yml: -------------------------------------------------------------------------------- 1 | name: Generate Daily Dall-E 2 | 3 | on: 4 | # Triggers the workflow every 24 hours 5 | # schedule: 6 | # - cron: "0 1 * * *" 7 | 8 | # Allows you to run this workflow manually from the Actions tab 9 | workflow_dispatch: 10 | 11 | jobs: 12 | generate: 13 | runs-on: ubuntu-latest 14 | 15 | steps: 16 | - name: Setup repo 17 | uses: actions/checkout@v3 18 | with: 19 | token: ${{ secrets.GH_PAT }} 20 | 21 | - name: Setup Deno 22 | # uses: denoland/setup-deno@v1 23 | uses: denoland/setup-deno@9db7f66e8e16b5699a514448ce994936c63f0d54 24 | with: 25 | deno-version: v1.x 26 | 27 | - name: Create env file 28 | run: | 29 | echo "${{ secrets.ENV_FILE }}" > .env 30 | 31 | - name: Run main 32 | run: | 33 | deno run --allow-net --allow-write --allow-read --allow-env main.ts 34 | 35 | - name: Commit content 36 | uses: EndBug/add-and-commit@v9 37 | with: 38 | default_author: github_actions 39 | add: "." 40 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "deno.enable": true, 3 | "deno.unstable": true 4 | } 5 | -------------------------------------------------------------------------------- /ABOUT.md: -------------------------------------------------------------------------------- 1 | # Daily Dall-E 2 | 3 | Combining GitHub Actions, Google Trends, OpenAI ChatGPT, and Dall-E to Create Daily Artwork. 4 | 5 | ## How it Works 6 | 7 | Once a day (via a GitHub Action running in this repo), this project queries [Google Trends](https://trends.google.com/trends/) and then uses [ChatGPT](https://chat.openai.com/) and [Dall-E](https://openai.com/research/dall-e) to produce unique artwork relevant for today. 8 | 9 | The full log of daily artwork can be seen in this repo's [README](./README.md). Under each art piece is the caption produced by ChatGPT and the top Google Trends used to generate it. 10 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-16T04:38:58.984Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ea2263a7b3bd66bd1c8bd6a7806ad897bc5fc56a394c1af29c6cf8d644f60d4c 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-16T19:48:00.071Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7e4ad5fdfdd6094a088e0c221a8d0d9226708877f8d33b6a1b51fa87372ddc6d 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-16T20:23:32.757Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0847e7fa508113771155ae53a377e26fab2c2b6e42f221f8f8f3e2b2de777dff 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-17T00:43:15.972Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3afa50511601bc579ce270db64375bc066e31a74ed658210aeb7b6471a610f71 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-17T01:21:40.916Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d412b362e17d96ecd2e7030a55a7664dbfbf1c7ce9d6a64de58149fc0d9e6ff7 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-17T01:24:51.454Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8b6e909b612736007ed7a27a4b73ce3a54f5e2e2dd2d44cc80121c3a38d95a66 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-17T02:00:57.222Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3dfef4f501208b56e00681fe5aaa07e71e39269e7fc5981aeb3a9095ffa3a438 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-17T02:15:37.231Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:db1b4d8814b4bffd4c291cd06edd8f09791ecdb58667bcf62b01caa50d42fd3b 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-18T02:59:21.265Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3466ac4765f3f22f147b98f90002527c64e51ab356fa1ef734722a6f5e986f98 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-19T05:58:39.224Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8a806fb87e5122a9085a160d86a5fbfa0449cebea08b9f9d32bf180f437cab00 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-20T01:29:01.764Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5a7bed6f1304b2bfe9f0f39fcfafc6b3ff31b7e5ec3ba19780c212f42250db7c 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-21T01:29:15.676Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:034041fb550e0931d42f62875fda02c1fe1624a3be991149156f5d68d4fe3532 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-22T01:29:13.281Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a4e8437974ccfbec7966d5372f10b552dda93202ddb31e6776b4e3833defdfa1 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-23T05:05:32.052Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1e3c351edc8439da96c6769e5cf3cf0ef2f2b61c4458ac34ea86ac41c51b8782 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-24T01:29:18.057Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9b9407208f06d42238fb520bb27c741a92b8da768c1e042503a84ea25d5ee24c 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-28T01:28:20.050Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f9e9ad19168960dc35accfed72447ab131a3d1f15539e17a6ddbe0d97b751be8 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-29T01:28:08.268Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:244b2719f06ed7e1ecebbb2e61fbec50a9866857f2c4b5c66e93a6b338ba1143 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-07-30T01:28:46.413Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2442e68fb9440a8455280544b50bee6837fed03b397055820551ffeea9625292 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-01T02:40:24.318Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:130a3fe24b99821001b228e65e9cf99dca2e72913ab3c0810f0660e3637b9873 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-05T01:27:56.984Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fe4ff08bd2c34246a52a96de4f63410c5f60a9eb3ea666445787758dced70be5 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-06T01:26:28.943Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:62bcee44c4c77c1b02edab169025843a5097eb0ced33b498fc5ab0fd889917c3 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-07T01:28:43.031Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bf9163a4d62e00879ca22097849a893e52770c694a98f4a5e6299c9916ec884c 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-08T01:28:32.418Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:16de7bd4199602f91a446611caa9d095355a7322d33b3419c2a22b17ae0d956e 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-09T01:28:33.105Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ef24ed776b76c8d2010c861bd546cbab475faae53d7f8baa7a5cf56df3772f32 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-10T01:28:59.234Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1bf2cd730b62d120f7d847e0c0343ad73ffaf0a5a45b7427d999b84b29af7743 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-12T01:20:25.289Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5d345e25759b7cdb64aa2a52dbaf40c6cc9587e3913f7a1976c7d6133dce745a 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-13T01:24:09.579Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0b85d4dcb048646e028a90e485d12f3f3101b24a1ca9d7e8f900a900c2ff0d6e 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-14T01:22:27.738Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:57483de6a05b38afb1b8bc552485339fec5fdd63a4ecabd856b8b539f06aa240 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-15T01:21:54.447Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ab69ce95ac2c7b21911ebc1ba96e80d47d6e1b6065c3ce9a9d56dfb2b520085a 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-17T01:20:33.941Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7ed3de1ecd639a23b05aef4d615a29f6dcbdf3e46d608c4bf6278291ca7b3ea3 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-18T01:21:26.156Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:329aa1343c7f6db576c4a2492e6679081a55c3966ecea21650ae37f26d16d917 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-19T01:19:51.156Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:90d4d8f97f25d8306dee4f90e5b2fd1f760fb544dee1d6534966daa0f99f9626 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-20T01:23:26.707Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2d36a51f640303dcd5989f816b1784e30587891397d24f68f11216856b25a753 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-21T01:21:32.756Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:aced8303da71e1d4a803e643d03e40419c0ac5ceadad12fa1de5b8dc59c934c9 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-23T01:21:38.636Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3c0742e717d654aa8dbacdebdcb80b9f77068fa4c3d17b9f54334b9b761107ef 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-24T01:21:29.366Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:678d41400535c3237e2a8d8e3c852eba955a1475f32fb7834e5c3a5ded77d7a3 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-25T01:22:42.391Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:04d29b682cab6fea650be2d1f4c6eeb8319768d286a2985b4fb6cc9ba59f8681 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-26T01:20:30.716Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b6d5f55861d2af6e429d3d5728163740fc9de0a690a16a652093bc686de90ced 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-27T01:24:46.484Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8957e99a14e77d43390622b366967b62a121c080c32f4a972baed1ce81094765 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-28T01:23:16.362Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7cabc41c6af87f3f24047c54a76d4442b9dfe4a8d25b7c5988fac97b207ce74b 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-29T01:23:08.109Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ce0e0059f4ef298bc6c3627d20d94d5fc69b4aefafcb41572ecd8ae0244099ec 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-08-30T01:22:46.944Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5c505d40fa56fa4da235419e5e60213efc5a3dc305a8c6bd2554e5a25134ae8c 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-01T01:25:54.896Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:048c60860d17bc6c907e8c0e8420195711c61a2ec333dd125ab38bbc60d73f7a 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-03T01:25:01.507Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:32ab17b575efe2ba8cb6e7b96790e0ccdab4b6ef009739a223991422a0cf6fc8 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-04T01:23:30.480Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3a32bce654e5311aad96fb62018ea3cd3640b3313ef7f8e746cf7dfe694b97e5 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-05T01:21:55.895Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6ae3693d1a920722a0db45b116055606ec7a07ef958911c6eef27e0e9e67be90 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-06T01:22:41.958Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6e0763017d040371843e9b5a0ddd083300fdf88d24feb843b3cee8d9e6ab7a15 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-08T01:22:53.149Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:be82b0e83591078c8e59183b9d12b57cbda739ef155818dff617d0b42e1d9b77 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-09T01:21:33.410Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:41b76552349773346177aec4c060c9e20a48ba9c3481fd51572140b090762598 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-10T01:25:02.573Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:15f938421192abf0e273e1eace921e4eceace095bcaf0afb84a150c7c583dd8e 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-11T01:23:46.090Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:745d6fa9d3e5d8b6b39031932e59df19570061f43f15da9eaaaa22d74c5847fe 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-12T01:21:54.941Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0e4062d8254b46a7034f2d72f4d3e75036d7900de63eede1fa1277b1bc2c9df6 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-13T01:23:55.319Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5cf6941ebfc9e1eb74a3ca4123b8f832577621e72b1458d667051e1a4a58c3c7 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-14T01:22:51.406Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4b8c0c72edbc0694b5c3dba7be0834a43a6ead389c92a35c3152dcda1d9a1c02 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-15T01:23:41.967Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c3ab159bed42239ac33824d480ddf35cdcb696eec7e42a2641458a0a6cdf951e 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-16T01:21:46.111Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:190411c3a1025168ef564a41b990a45a609c792bd03251ca5f6fbaead7dacfc6 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-17T01:25:32.339Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:48e9e8cb730d6361c91e11f249b412859dd0aec950bc429a406511247629dd0b 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-18T01:23:34.506Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c589e115959eafefbeb6982f5fd9665edef47778490dc9041968aeb599bcbdb5 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-19T01:23:58.534Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a0ec21f248f6faea104701d5596fa14fcf105ff284c7867bbee0086a4354e01b 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-20T01:23:21.698Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:08bb49832cdb119be68dba22c90449b5bc694aa712d395d88432ef769d3ae550 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-21T01:22:58.947Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0f30bae3c3812b86915fe15513f7190c106b04720a1f64b8c144194a6f0788a0 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-22T01:23:33.072Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ac1432281f39b3ae49f1f5d6ac7d5e36cb7fa8ad06b38b153139f4c0664ac555 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-23T01:21:50.823Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:11c3e28cb6c21616e3558a82f1b63441fb18d5486a7300874c9350156ca9074a 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-24T01:25:43.754Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c7274ad3dbf02cf68d72ce9bb301065677106c9309b6f5b1d2b24fe4719e4dc1 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-25T01:24:11.353Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2e036e612a199eac4d2e635350f26a98c34464d4028ed8482e2bce602329b0af 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-27T01:24:03.547Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4b195c2b224e8e2df791ab43bf91996574aa2b6dd7584c41448ab4c6ebfdbca4 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-29T01:23:42.581Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2eff73d9e94f078e29ed53d6d7d7fd6ae9de2c8fcee973c48c9b29ce802b21ff 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-09-30T01:22:48.126Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0436bf7639f6c5e54c14e639c6ad46319606271203de3490786d8829b4e22511 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-01T01:28:46.492Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:de826fec83d1cdd223194f60eb336952b0329857dd5d17452949147548209db2 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-02T01:23:59.204Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:eec9fba22862f68ea72d2f3567dc3bd43b45cea4aca58e2909adac5ee2a281ef 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-03T01:24:08.039Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:eb6f0df5a04eed77462bdcc0c989c0a38c7065562f47531ef78938effa8ff0a7 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-04T01:24:52.252Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:450cb93850579ae66aefefa2c536626ff0c9071c2c3805de7c1edd237ffd863a 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-05T01:23:55.460Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ea03167259e74eefcf84b1b08110b7525874d44d77a9b23624b315515ae01a03 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-06T01:23:52.023Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0e1bef7e3e32a0a13616fd24ecd1bc3c4c8cd989ba29037d7aacdaf8738e3700 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-07T01:23:03.722Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b04538f8dfd499b8f5cfecb2fc97effb11f5f6788e2d527df5147408355bb01f 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-08T01:26:41.132Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:70f602d269dde9fb98a0a5185d6d8ed1c9bc74440dde25a53e5e8c18d710adcc 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-09T01:24:06.461Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:174e4496d098216aa3bb11daebf8b9be5a97da775c1bed481b2d1598ef85ef92 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-10T01:23:41.165Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:185e1953a32cbb1bfdb7bfdce86362c55dcb32232f388e93ceee9cc4668cdd43 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-11T01:23:51.380Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c4ba871596c6b6d2208ffe6a558f1f3ed44bbf82cc4855533cb88a648ad52f77 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-12T01:22:24.872Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7cf05d65f590f43792cd89c9ec546555a246a973e076aa75a2cbd891666e1b81 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-13T01:25:21.288Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b0d1333883f2a297e94e7b706bab882f6463caa0f88858b956dd773acaeb2fcc 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-14T01:22:32.828Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:149ce90aecaf43c16af5696896a43e3a422174f992375210b3ed0425f36ac10f 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-15T01:27:00.006Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:972a92fe20bbac65bbafd484561196bbcea4cb864fd6508deef062219787f13c 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-16T01:25:08.037Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:71b343e2f5b5aa3db6dd7476c3a050effeacd9be0f1754ec8037f319034b560a 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-17T01:24:41.517Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a0f8d42b172e7491f4cb1dc8d719a109d0012cdf2fb5c773a22f203bec5f6f23 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-18T01:24:27.026Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fedda58836d04024acb235c38df301c9551269921936201168540ba1992e11b5 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-19T01:24:10.161Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d56d2e539d6646aa3038a2b5fdd3773b09a2fcc1ebd6320df820e997e2d012ad 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-21T01:22:37.739Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f68492537da98a0d3e973809bc64250094b5e04fc616a4d0d0ea366517bb6900 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-22T01:27:03.195Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9a1ae8f6a26f73d6f42194375bcc3c2bf86e6c7dedeffebec2f66a0d9a287b07 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-23T01:24:31.557Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:86d3d2288a9423da307c46cfc145c53622a110f857b5d6a77332883cc137c8e1 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-24T01:24:13.458Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:21281d3d8b8db36337764b51019fafa9887e346de4a2a862e3430215f9347e2a 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-25T01:24:03.810Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:03512869bb142f82bbaedb1c63775544745f6d91bc6dd30ec6a8de1ec056162e 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-26T01:23:00.597Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0b3d5097fb018b40cbec27c83778d5a3adf7d236587d485dbc704c70708c2888 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-27T01:23:13.699Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c45a54e84dac2625a3b0df7659a1963b865fd10fb129ea3823d9a1d8c840c734 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-29T01:26:29.108Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8e8b718bff71443a1562a787d61efd2e8637d4cc30ed241881cf48fcb403b103 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-30T01:24:32.280Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:52c3c5a914b2c7cbc0d8ef762e4b6f6f1fc6073f459d4bf0b52ea1a68c34d7cf 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-10-31T01:24:44.891Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dd45567fa592c4f38d69fd012346dfefd92fd06b58e69549331ce4adb12271a2 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-01T01:27:06.615Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7293ca25fd2a7ac13ff67cdaa28cc8f69b68e1bc68370b6bc4fa37f1f42afa2c 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-02T01:24:17.542Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:510044f5cb1be74e7a9edb492baa8cebc9fb362309be883380ffd74e86f7f0b7 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-03T01:24:45.943Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:931e58c5d8370386a506fb097168cf2fda5f2c41a4ff28308bb1983c6a50a2f9 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-04T01:24:07.961Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:875bcab0b102dd0981662eb035d27b191e4bfcc2dd3378f68a0bbcfde50acfe8 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-11T18:16:27.851Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4735b9769dda0f1dfb06162ee95cb2079f9bb03f7b4544823d4e08f084dbbdb9 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-12T01:06:59.563Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6ca04b7c6efda4fa2184fe04dcd5331b35516f6d8aeaeb5bd2121ecb1fce5ac5 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-12T01:27:59.502Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8900205d2f6cfb4d6aae830c4e5eeff09df5d0718300de1ee890bece7ad2a789 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-12T04:39:51.307Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f58ecc798b3e2ccf1e087229433d17ef02aa0a7c1f93b11f2b32b0355d84938b 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-12T05:01:12.059Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:63afe16a2cdc225a8353acffd425daffa8af7a1d165675c3a50c2447be3d461b 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-12T18:41:16.157Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0590b304846f80e58e0db1bab5746587c7ddf27d58532ff3ef1901884ce5ff24 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-12T19:16:43.025Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:deb83eadea6b384d80ce69bf1fa623d8a08d8c4d9e54499ee0105a071f413447 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-13T01:25:58.468Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:545a5f2aa94094344a955f2fdf3be8bcdf60fef8cf0e37ffbca9ed5bba3c5bf3 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-14T01:24:53.771Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9e062904d89f352debd6760985d9d9b2f11bde61af33f719a2502302a0da8f39 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-15T02:58:47.434Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d67c0e466415b0d27beea40287b237174b89346b7d1ae746b12442727f3bb745 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-15T03:02:47.121Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6b1e44f5b21de24a9b00eb7a8a3f645ac0ecd6c8d34e8a9a20f95990dacce340 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-16T01:26:28.961Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:897bce26369448f66d28175a02aeaaf80113ac3e6aa2918481996173924b8cec 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-17T01:26:27.327Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:59a36ccc359481fb87b088937ff61c24e5affba909700ba295242106fb7f5efa 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-17T03:51:32.990Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bcb56a6bb52c3e55b386e0650e75f95735570b1209e79d31f9700200e45621b6 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-18T01:25:33.131Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0e6dc843cccb098fd5d04caa5b7d1c718783dbcb8274094ec4dd64f102c17007 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-19T03:01:52.929Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fde27486de5b59a0c1325e690c0108eaa7aad299de3328fb335970c9c8449ece 3 | size 3147977 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-19T03:27:06.264Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5f81e745fe18a31a23c3c4f489ae691998b987df8d5cc405ecc8d3d8a6de3e6b 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-20T01:26:35.310Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fc71e3c3e8c25b38612b64ede4ad15fdf22a515d22b46b5ded546f5a5d599cd1 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-21T01:27:48.744Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c51b6ac14378ea476a576693def767e5157ba4e769ed662135e6333563990540 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-22T01:27:16.395Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2660c0b9de23c2c3f28c3859b4d20e78af41731cdf628919329df7b060a16d35 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-23T01:25:55.143Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2fe63f0b8d5c579b278540bc04da22ad734c917823c541a328558865f75a80ed 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-24T01:24:51.814Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:155a83b5e71dace922a44867d88b657ba84c7ea3e81e2305e51a394fa2e72b43 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-25T01:24:17.220Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2c4304f9c30efcdad8fdaa50e0333c6768a9b584aa86d16f9b77653dd5416fad 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-26T01:28:01.662Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:79dd3ae39908d503849ebc42f4c8dd6ee4108fb55f17c82a46b951877eae6908 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-27T01:26:09.836Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a910dd734b24eac9be91142361ce1e87314f1b1e26453d3b297bb8df44b7bc49 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-28T01:26:46.588Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2d4e2ad11ec07266fd9fc2727fb25c9a81a5068fa06041afb3d7dcd0f74c2dfa 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-29T01:26:43.376Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:76b815eab4cfd9963a7046214b1fb23ed730c1fc013a8a742c816b4ba3612502 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-11-30T01:26:18.010Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:aa921f75640768ee423b3833763b2ec7b235a8bb4e15dd76487c1d32e594b1e5 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-01T01:28:40.552Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dfee3bc5d68f3314025618555588fd74dbab417aed4167743bb8ae76003e35d0 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-02T01:24:23.239Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2eff8545fc0d9d9d1f7ae8eb0f59f8f4bb5f756dc6d4a699f793cc76e467bed5 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-03T01:28:24.454Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ac02a07ccd1812bfafd5596e3c9d6151a6f20c4fa0ab1cf0b824141060b28aff 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-04T01:26:34.710Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ca6e1d4fdf6e4850ed17baef5bf419115cf48ff82bc9dd5cbbfc05d2fefbbbaf 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-05T01:27:28.818Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b07fe855b0e22ad2ee95115d0d85028412bedd795ca2467ba671b91d3eec9cf0 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-06T01:26:37.592Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dca4773035ff2f641e96a52b3d6bfb9d5fc78542c4ada6249223478af30a0769 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-07T01:26:26.664Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5060bdb51fd74025282f1f6a013113142aaf1148e8653b61af0a09877e5cda0a 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-08T01:26:41.367Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ffc34bcd67fa31428fe0a1b53e9f9fad960ce069cc42cdddc0f3b8276ef7b724 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-09T01:25:20.223Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ea229481e58a0ef8e17fa3da19f199d60f949d47dd035d67e6cb64156435e8fa 3 | size 3147861 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-10T01:28:51.022Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:00d74df87f09101f6689bbc2882a38d90a1dc63321f8d8bd6cb063b240544914 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-11T01:27:07.703Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0dcf45a15004f042fec01fc7baa3b16cdc2dfc3436d89990449bef1b16aca0bc 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-12T01:26:53.668Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c962bcfd8ce654bb96303b08511aeedb1e76a0953b3dd95df17b29911724c9db 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-13T01:26:34.523Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bd076742909b16682bf55d3e283175e159e0052bd191e1c938b1b91bd344672a 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-14T01:26:16.201Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:68fcb8c82eaf00ab704b73b35845f32861e1363b740ce7bd92c83e95d833f272 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-15T01:27:12.695Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1ab1128e11c0f9912cb9ef0899ed78740bee2e819c0cedae8103ab234b31700a 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-16T18:00:17.935Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:28d1ffefa3fd39b9080bed061bc35af6d3b3be40a18f9c1c0e14c3c8fd0333eb 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-17T01:28:43.223Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8ed7ae459fd256b00a7c41120b2cd1b38a7b06ef2a2867461956e3d215ac1d36 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-18T01:27:01.730Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a2fbb5cb942e41c4377cb63fee140a1bc9f163c2755df603c24f774a1835bdc5 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-20T01:16:39.598Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cd4e03b0b14666b4873c0f102c2d79dddfec28f2bb9a9989f21d1e25a69ba36c 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-21T01:25:53.168Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6511e5b7bebcfe738bef78073bd13038a43a539c9ef4a1c464f31b9ea396b850 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-22T01:25:24.107Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a57d70f646d1e21c833980c35914419009ec3967d91b36ec7584046ee366db8a 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-23T01:24:00.845Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1f9c99c6b8fd848f650197fe199ea0830556b056c7d7d1e95a9761ec957391a8 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-24T01:28:06.036Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cadf40e0e0508be4b2972f2d6782d4370653f9e5296751e2b0f1d678596b2a4b 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-25T01:26:35.566Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:00adffbc57c178df0b3d5a2319a712b5d17f87d4220cb9331c45e1c141fa1a79 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-26T01:24:27.120Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3b3c48e3a5ab0f428e815184f8d2c59ac72720c65bf028d008ba849295b7fdbe 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-27T01:24:26.087Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d128af202ee3e3c33e0dfa5caf6bdf4edfe3e69915cab1c46df97cab0ae0df3b 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-28T01:24:34.137Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:10ac930ecd6585c58f0f1b47372eef4ac22b70c4f56bd178b70ff2cdba4ca736 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-29T01:19:25.763Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:13a4a5c4406f4fcbe631a945f2026098f672945eceacf762eeba0a0ae08e58a7 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-29T19:37:28.667Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d14b567e90635c9059de0eedcdc0a9ec7b15404f4d71ec733decb7637d15b60f 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-30T01:24:11.934Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:75db696d9d0570850cb644aaf35b49a374028ec923b77836e8b32404f31c65b4 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2023-12-31T01:28:27.101Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7028655c428e939a95e0f865a0b263267916f220ffabe7f4324f27d2ce991cdd 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-01T01:28:54.207Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2b969d2b3562f90830635ffd6fad812202b81a67ec1ccc0f6f2b8831f6c0ce1a 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-02T01:26:02.488Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9a3778f644ebcb496d363bb0350e9c05c36c48acb5a362f0147936ff6e61cd76 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-02T04:42:56.298Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f70a52ed4f64163e3c240c4c60bf9b393308a32da6faed1a3ba5c0b51f33446f 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-03T01:25:50.142Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5120d4ea593c9c117edde9760de16cdb7976ed7711b23adbdff667844ce117f7 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-04T01:26:07.301Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:517cd60314b3dbad063a651116e115ec8fb20a7dccc3887c04cca3ece6ebbec5 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-05T01:26:30.635Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:473ab914cf376a313c1489213afed990be364164ecf8ce5ed7c86e1819516528 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-06T01:25:42.390Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:97727b57284cfef8a17aef8fe92bee3c4acde1f113340caa1eee055bc7b5bf9f 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-07T01:28:47.544Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:40cdf64f49530504b1addf04b5cfabb74c4059a689908c6d40fdd14aeb5961bc 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-08T01:27:04.571Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:47b32d5ed3431509318ae31274037a67554822580aefc29072bccfdaef65e806 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-09T01:26:56.206Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3e0eb4cbacdd325390a9c5e4db66fd4ba3e6575e7078ce6db45b8ea780812c7d 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-10T01:27:07.769Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c08a34337fa76fcff09755081cc3390ddf30e7124ec2e82b75cbb3a16f2412a4 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-11T01:26:56.216Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8757819082063c6a2da19151d16ea45d22613bf30e41fc8a707d1d916a667f0f 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-12T01:27:08.970Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:15b962e6a1f1e0dde41fa01a1a551359f686c67dfc509c556bac7ed638abeec0 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-13T01:26:29.750Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f6839d4a89ba18f4ac68208f1f191e6f670efb690a1bae0efa3a7461690eb7cd 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-14T01:28:54.670Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:38ec3174a4e3f8208df6a7625e5c2f5d7f27eafc8eb1d460773a98bdd147bd12 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-15T01:28:43.082Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2d5f929f15ba1d07fcbce0ae50a4f2bb9c558f906e94dd19f7d1f36b9bfd825a 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-16T01:26:52.833Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8923234888001b7e13cea0400b2dffeb6270a8cd2c07c29e2abef3b234e6c580 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-17T01:27:12.169Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2371ebeeec2be10bed9bd98f6f89beba88cffff6cd8678ccdc3bc70a5cdcc097 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-18T01:26:53.898Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8f2ffc777432fab5697fda9ac5a77894fffccab2f7767a0f9bdd612d69930445 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-19T01:27:27.017Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0833d73f82eb61d6c100bfd8c06bcf373c3854ba78697d31280bc25d19fc73fc 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-20T01:26:31.673Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c31eea0fc38282f1eedd3bed3a5f8e2e49ea47f5514af9c18cfcb5501b990e4b 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-21T01:28:49.088Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6a72bd6bfb91ce80309a9f768a3ebcc4d735b99e3669522bace6864ebc0b7c02 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-22T01:28:44.637Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dbb0bf29416eff6056a72c0e36314beb4358304fda839f7228cb6e2910804520 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-23T01:27:38.321Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:722f1ef79ba3817b15cc2353a40476de65a42f86e61f735c2aa832a6483b7be4 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-24T01:27:31.982Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5079fbb146dc7babac531c671466363fd1f024336ec87e199aaf6c4e85b6eff9 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-25T01:27:42.551Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:721f5d7b174e4249e4313fb76cd7e500413dc6372a6be2b78eaa98d083aec90a 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-26T01:24:07.880Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:77445c7d577ff9bb79f7e4afb5cc7f068062d80c88b57e75e354e8f43f9b69fc 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-27T01:22:11.229Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2b8dc336085f198c8efb3abb42e96b29d1caef8c0052571ea84e6eb2a04f45d2 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-28T01:26:03.726Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3f30edbc2a7739fc03c2ae128f5a742e8db5bdadeafd7f549310051d55b2aa54 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-29T01:23:22.101Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:43bca8361daf04bef7154e249a4eab9bbd4f80cc2ff8dd10318e128e071a2213 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-30T01:22:58.468Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fef10805ebb3dbf78c4653725f1c280c99160a6ab4be9937fc8cf4bee5de1864 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-01-31T01:23:37.609Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f8d9c9d73cb2b63d529535eac588e96f2f141158b9ed50fe99c339f413e70964 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-01T01:25:59.247Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c8d946dae56f52764b36a7b819ada978aa3a949615b3bc5166c3c778e1bc2376 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-02T01:23:17.206Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8ce07efce1defc9bd19e6e91ef06caf99292096d8566fdaf7bc754d0486552fa 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-03T01:22:08.993Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6b9f62803840b74e205a4e66e49c3f5ef7c9af0df7a28f1b03941c7e616fe9b5 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-04T01:26:18.094Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:15ed1bb9156bee2025ee73b19f31faf5af7ed30df1660bafb0786b0d00e8c97d 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-06T01:23:02.896Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e357139e25b12fb022509dabf3a263c6f56e003ce0871cce61e5a2a98cbe2059 3 | size 5507874 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-07T01:21:56.147Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e5505a0e15609b7fcd4eababb2551a8e12e4a183719343e24d8acd9ead970856 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-08T01:22:36.273Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c4b34aefe36a9a0a397f589ae95a7560d8f5c802f18d2cbdce448462d2f0b494 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-09T01:22:05.099Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d292c462e61916ca08cc907fe8cc547f8e8b55c5f91b916ee97f71a86fc3a031 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-10T01:21:19.138Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4e892dd885e1e6597b3e53e90e1e5b6673f5f2595bde92fcd2e12d9d49ef2bd6 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-11T01:26:09.490Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1e0b9b21a8f82320c9c96a54f0cdb2bf31c69563ae08eaad60eb789904231861 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-12T01:23:09.271Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0e3b2db32c6ae6d2aeccf556e5ffbff74ca3f956fb8b8bb0353d40925bfb1dd8 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-13T01:23:15.774Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:63985e74f3c800ebc74137b43e0ef212b67d138d6c03740ae7779738464899b5 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-14T01:23:16.215Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e71f49817d5c5391db48bfc48750e30c6a63f8c2da2508b3de9210df6606a0f8 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-15T01:23:00.679Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4c7c53c3639357f588cf751cf123dfd05166beda95f0da581317ed982d150edd 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-17T01:22:24.338Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6df87e9be6217608893c3574a714ec4db814fd930f2da44949c31abce992985f 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-18T01:25:34.426Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:881eb2b4ca6df68c1d059695cc1e3b230719425aa48a0a54b65650d3a5d7884b 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-19T01:23:58.330Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b5d8eb297c9e11716f544ffd97de8cdd285eadc6c54272faca88e32771752ab0 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-20T01:22:08.081Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c8b607a2d6e1e53539d890f76d573d31f49d7daa9b734e731a175d7f96a52ff7 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-21T01:22:59.863Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c0560a658bc09857f363852ae6715cce1a5aee5d61ef64b65ee5ebb6eb22d1b3 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-22T01:22:28.345Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1c3fe05b0ae0b7bc5c6c98615596f06a9058fa14544c23d53ebbeb659cccc551 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-23T01:22:02.853Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6c68185a5b330f961ea801ab0dc70333034fed17acdb0b76732a016894e2f45a 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-24T01:20:58.474Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6e97f466aaf5d403e31d5d763ee762893fcf6e3871659cf7af71d53f39a2111a 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-25T01:25:32.160Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7df3ffa0820f8c114a11fa7a1c41c43d75259a4cfd7aaa680734789c059273b5 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-26T01:23:51.220Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:17c1055d40599ede0e53853f301d4937a7f51ba366ee31e87b4c2857069944e9 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-27T01:22:16.108Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a54a6cf9f61f1a450f93df2c6b998c9ea6775afb3eab5f26a39bab62062d3af6 3 | size 5522709 4 | -------------------------------------------------------------------------------- /archive/daily-dall-e-2024-02-28T01:23:00.436Z.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8d964f01ece964bb839db97954867f08beea905a5c17d7bac6892a446cb4a9c4 3 | size 5522709 4 | -------------------------------------------------------------------------------- /backfill.ts: -------------------------------------------------------------------------------- 1 | const posts: { [k in string]: { date: Date; contents: string } } = {}; 2 | const outputFile = "./README.md"; 3 | 4 | const dataDir = "./data"; 5 | const archiveDir = "./archive"; 6 | const archiveImageFileLookup: { [k in string]: string } = {}; 7 | 8 | function getDatePrefix(date: string): string { 9 | return date.substring(0, date.length - 6); 10 | } 11 | 12 | for await (const file of Deno.readDir(archiveDir)) { 13 | if (!file.isFile) continue; 14 | 15 | const date = file.name.replace("daily-dall-e-", "").replace(".png", ""); 16 | 17 | archiveImageFileLookup[getDatePrefix(date)] = `${archiveDir}/${file.name}`; 18 | } 19 | 20 | for await (const file of Deno.readDir(dataDir)) { 21 | if (!file.isFile) continue; 22 | 23 | const fileContents = await Deno.readTextFile(`${dataDir}/${file.name}`); 24 | 25 | const data: { 26 | topThree: string[]; 27 | imagePrompt: string; 28 | imageURL: string; 29 | } = JSON.parse(fileContents); 30 | 31 | const date = file.name.replace("daily-dall-e-", "").replace(".json", ""); 32 | const datePrefix = getDatePrefix(date); 33 | 34 | const archiveImageFile = archiveImageFileLookup[datePrefix]; 35 | 36 | if (!archiveImageFile) continue; 37 | 38 | const day = date.substring(0, 10); 39 | 40 | const contents = ` 41 | ## ${day} 42 | 43 | ![Daily Dall-E](${archiveImageFile}) 44 | 45 | > ${data.imagePrompt} 46 | 47 | ${data.topThree.map((t) => `1. ${t}`).join("\n")} 48 | `; 49 | 50 | posts[day] = { date: new Date(date), contents }; 51 | } 52 | 53 | const postsArray = Object.values(posts); 54 | 55 | postsArray.sort((a, b) => b.date.getTime() - a.date.getTime()); 56 | 57 | Deno.writeTextFile(outputFile, postsArray.map((p) => p.contents).join("---\n")); 58 | -------------------------------------------------------------------------------- /config.ts: -------------------------------------------------------------------------------- 1 | import * as dotenv from "https://deno.land/x/dotenv/mod.ts"; 2 | 3 | export interface Config { 4 | OPENAI_API_KEY: string; 5 | OPENAI_MODEL: string; 6 | INSTAGRAM_USERNAME: string; 7 | INSTAGRAM_PASSWORD: string; 8 | } 9 | 10 | // deno-lint-ignore no-explicit-any 11 | export const config = dotenv.config() as any as Config; 12 | -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-17T00:43:15.962Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Wimbledon", 4 | "Birkin bag", 5 | "Mexico vs Panama" 6 | ], 7 | "imagePrompt": "An intricate watercolor painting depicting a fierce tennis match at Wimbledon, with one player holding a Birkin bag in a comically exaggerated manner, while two Mexican wrestlers cheer loudly in the background.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-gkny9bxOxoYxbyYT4Eohnrbi.png?st=2023-07-16T23%3A43%3A16Z&se=2023-07-17T01%3A43%3A16Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-16T20%3A42%3A20Z&ske=2023-07-17T20%3A42%3A20Z&sks=b&skv=2021-08-06&sig=clcnIpkeFlUirtNzCyRyhECyY%2BUkzp36muW6Dnh8tCg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-17T01:21:40.915Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Wimbledon", 4 | "Mexico vs Panama", 5 | "Birkin bag" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dalí: A melting Birkin bag with tennis balls and a soccer ball pouring out, representing the merging of high fashion, sports, and culture.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-ksfyyostaYlUyDK1zOC0r4ZO.png?st=2023-07-17T00%3A21%3A41Z&se=2023-07-17T02%3A21%3A41Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-16T20%3A40%3A57Z&ske=2023-07-17T20%3A40%3A57Z&sks=b&skv=2021-08-06&sig=80QYh1ZfA1oNswSYZV%2Bm9RFRqdqzhxw7ktYpz6UPD5Q%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-17T01:24:51.452Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Wimbledon", 4 | "Mexico vs Panama", 5 | "Birkin bag" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, a vibrant painting featuring a tennis racket and ball at the center with a busy crowd of Wimbledon-goers surrounding it, a vibrant blue sky and yellow sun in the background.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-Rlsol1aBE25agIqviaQFub1D.png?st=2023-07-17T00%3A24%3A51Z&se=2023-07-17T02%3A24%3A51Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-16T20%3A38%3A56Z&ske=2023-07-17T20%3A38%3A56Z&sks=b&skv=2021-08-06&sig=x%2BnOa2SxMfHDpjcOfSjVjmuh1jlAH3FODPUbwxEcFFE%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-17T02:00:57.221Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Wimbledon", 4 | "Mexico vs Panama", 5 | "Birkin bag" 6 | ], 7 | "imagePrompt": "In the style of Vincent Van Gogh, \"A vibrant olive green Birkin bag is nestled against a colorful garden backdrop, as tennis players and passionate soccer fans engage in their respective matches in the vast fields of Wimbledon and Mexico City.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-Wh336vWeXxmL1TfIAqIpJzfP.png?st=2023-07-17T01%3A00%3A57Z&se=2023-07-17T03%3A00%3A57Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-16T17%3A50%3A17Z&ske=2023-07-17T17%3A50%3A17Z&sks=b&skv=2021-08-06&sig=0Z2VqbBDFgahG2datDWOuf4SjHBfzhqxazUT0Mdn7QM%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-17T02:15:37.229Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Wimbledon", 4 | "Mexico vs Panama", 5 | "Birkin bag" 6 | ], 7 | "imagePrompt": "In the style of Claude Monet: \"A serene and impressionistic painting of the famous Henman Hill at Wimbledon, with the greenery and audience in soft focus, inspired by the artist's love for the tournament's traditional elegance.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-fnlPrKlffgEmjzGOvZ5aqdFk.png?st=2023-07-17T01%3A15%3A37Z&se=2023-07-17T03%3A15%3A37Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-17T01%3A29%3A28Z&ske=2023-07-18T01%3A29%3A28Z&sks=b&skv=2021-08-06&sig=T6SB8Tr90AQu30F7a0vqrZNJAgQi9zUNBg4At6OQVIY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-18T02:59:21.260Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Sofia Vergara", 4 | "Golden Bachelor", 5 | "Miranda Lambert" 6 | ], 7 | "imagePrompt": "In the iconic style of Andy Warhol, I present \"Sofia, the Golden Bachelor, and Miranda\" - a vibrant, colorful screen print featuring the three pop culture icons in bold, oversized portraits, symbolizing the glitz, glamour, and drama of our contemporary society.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-lBH5xCF8257jvTTf20hebUnN.png?st=2023-07-18T01%3A59%3A21Z&se=2023-07-18T03%3A59%3A21Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-17T23%3A55%3A25Z&ske=2023-07-18T23%3A55%3A25Z&sks=b&skv=2021-08-06&sig=BF3U/Wh/C%2BTiJcLQ5P7XQSz9jt5ZObfAgOH6cBT1ipY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-19T05:58:39.223Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Powerball", 4 | "Justified: City Primeval", 5 | "Gigi Hadid" 6 | ], 7 | "imagePrompt": "In the style of Jackson Pollock: \"The chaotic interplay of bright colors and bold lines in this painting emulate the thrill of playing Powerball, with strategically placed drips resembling the rush of adrenaline one feels with a big win.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-tuv7zRefh9DPM88pxOIg2DTA.png?st=2023-07-19T04%3A58%3A39Z&se=2023-07-19T06%3A58%3A39Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-18T15%3A38%3A15Z&ske=2023-07-19T15%3A38%3A15Z&sks=b&skv=2021-08-06&sig=biek8paKXlrs%2BdbNsUefFqwEVJEuPm4ayUFsyzwHuEY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-20T01:29:01.763Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Carlee Russell", 4 | "Jason Aldean", 5 | "Ron DeSantis" 6 | ], 7 | "imagePrompt": "In the vibrant and colorful style of Andy Warhol, a mixed-media piece depicts Carlee Russell, Jason Aldean, and Ron DeSantis with bold outlines and bright hues, symbolizing their impact and influence on contemporary culture.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-0quRFhbAdb0kONt1PTGVMUy3.png?st=2023-07-20T00%3A29%3A01Z&se=2023-07-20T02%3A29%3A01Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-19T20%3A04%3A54Z&ske=2023-07-20T20%3A04%3A54Z&sks=b&skv=2021-08-06&sig=MOAaAaIXYY%2BnP/kHROYarE0wuNJcCU2fgaXVCMtFTo4%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-21T01:29:15.676Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Powerball", 4 | "Women's World Cup 2023 groups", 5 | "Kevin Mitnick" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surrealistic painting of a golden Powerball rolling through the Women's World Cup 2023 groups while Kevin Mitnick's face morphs into the ball, symbolizing an ever-increasing role of technology in sports and entertainment.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-kevvtqDuuaQpkejiddrOmWjN.png?st=2023-07-21T00%3A29%3A15Z&se=2023-07-21T02%3A29%3A15Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-20T20%3A11%3A06Z&ske=2023-07-21T20%3A11%3A06Z&sks=b&skv=2021-08-06&sig=%2BBXT6BLhK8mKqBTnR92F17UchWGGUuRcQinC8LvUcvc%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-22T01:29:13.281Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Tony Bennett", 4 | "Inter Miami", 5 | "Lana Del Rey" 6 | ], 7 | "imagePrompt": "In the style of Frida Kahlo, I would describe a piece of artwork that features Tony Bennett, Inter Miami, and Lana Del Rey as: \"A vibrant self-portrait with Bennett's voice in the background, depicting a Miami beach scene with palm trees swaying to Del Rey's music.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-6fVNINKLgLm3u8CjZa4L2P3S.png?st=2023-07-22T00%3A29%3A13Z&se=2023-07-22T02%3A29%3A13Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-21T23%3A37%3A23Z&ske=2023-07-22T23%3A37%3A23Z&sks=b&skv=2021-08-06&sig=WmHH2u0h2pX/XIJJUVRfCveoiRyfGUULghZYUlxz8Eo%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-23T05:05:32.046Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Arsenal vs Man United", 4 | "Jamie Foxx", 5 | "Barcelona vs Juventus" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"Bright and bold, my painted field of stars encircles a soccer match in which the passionate football fans of Arsenal and Man United fiercely compete under the bright, vividly-lit stadium lights.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-oS3yqW3miEcbY8mMEgVmrQ1D.png?st=2023-07-23T04%3A05%3A32Z&se=2023-07-23T06%3A05%3A32Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-22T23%3A36%3A09Z&ske=2023-07-23T23%3A36%3A09Z&sks=b&skv=2021-08-06&sig=94KaOQeqWiMDXN18A/YlK71UWvwgoA7esRnRfxc3nXc%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-24T01:29:18.057Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Brian Harman", 4 | "Real Madrid", 5 | "Special Ops: Lioness" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol: \"A boldly colorful portrait of Brian Harman, a Real Madrid jersey adorned with the American flag, and a fierce Lioness soldier wielding her weapon in an explosive celebration of pop culture and contemporary heroes.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-MyvR4QmH66UdMMYcnbhmTwR9.png?st=2023-07-24T00%3A29%3A18Z&se=2023-07-24T02%3A29%3A18Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-23T14%3A31%3A22Z&ske=2023-07-24T14%3A31%3A22Z&sks=b&skv=2021-08-06&sig=Hjs8kErPme796CLIld5JdriyXTEll0ModUtbvi6/piM%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-28T01:28:20.049Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Women's World Cup", 4 | "Joe Burrow", 5 | "Shohei Ohtani" 6 | ], 7 | "imagePrompt": "In the captivating style of Edvard Munch, \"The Scream of Jubilation\" depicts an ecstatic group of women cheering for the US Women’s World Cup victory, with the dominant figure being a triumphant Megan Rapinoe, while Joe Burrow and Shohei Ohtani high five each other in the background.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-56l2BZFrwrPnGjMPn4DYKtdy.png?st=2023-07-28T00%3A28%3A20Z&se=2023-07-28T02%3A28%3A20Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-27T15%3A35%3A52Z&ske=2023-07-28T15%3A35%3A52Z&sks=b&skv=2021-08-06&sig=goQj47kQYHmyLtGIJOsS3xpytstpjLYImRNIbrb477E%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-29T01:28:08.267Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Spence vs Crawford", 4 | "Good Omens", 5 | "Nathaniel Hackett" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surrealistic painting of Spence and Crawford united as a two-headed monster, wearing boxing gloves and surrounded by the celestial figures of Good Omens, while Nathaniel Hackett assesses their strategy, all within a melting clock landscape.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-Vndv7Y7bzeyWofW5oQ4SPmst.png?st=2023-07-29T00%3A28%3A08Z&se=2023-07-29T02%3A28%3A08Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-28T15%3A34%3A14Z&ske=2023-07-29T15%3A34%3A14Z&sks=b&skv=2021-08-06&sig=i/62KJyhAiqit89pakqOcofE8yBztLic6EJx%2B5YyM2U%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-07-30T01:28:46.412Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Barcelona vs Real Madrid", 4 | "Real Madrid", 5 | "Max Scherzer" 6 | ], 7 | "imagePrompt": "In the iconic style of Andy Warhol, an artwork of Max Scherzer in a Real Madrid jersey surrounded by Barcelona and Real Madrid logos, colored in bright and bold hues of red and blue.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-HabTqYMCkR02bKRWwunY78iY.png?st=2023-07-30T00%3A28%3A46Z&se=2023-07-30T02%3A28%3A46Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-29T12%3A09%3A19Z&ske=2023-07-30T12%3A09%3A19Z&sks=b&skv=2021-08-06&sig=6x8qhtsmCooPUmpahTK8gW8m/EWWYxfJfEheSRhENAU%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-01T02:40:24.317Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Angus Cloud", 4 | "Paul Reubens", 5 | "Lori Vallow" 6 | ], 7 | "imagePrompt": "In the bold and colorful style of Romero Britto, a vibrant portrait of Angus Cloud, Paul Reubens, and Lori Vallow sitting together in a surreal scene with a pop art inspired background.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-ZuO4wx5OkPtHTt2B3N9BcXyY.png?st=2023-08-01T01%3A40%3A24Z&se=2023-08-01T03%3A40%3A24Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-07-31T18%3A09%3A08Z&ske=2023-08-01T18%3A09%3A08Z&sks=b&skv=2021-08-06&sig=2i1dgjIykgJOX9YcVd/idV0OFVgKC9GnziHhyGwW5ls%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-05T01:27:56.983Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Kai Cenat", 4 | "Breaking Bad", 5 | "Dolly Parton" 6 | ], 7 | "imagePrompt": "In the style of Pablo Picasso, \"Kai in Breaking Bad: A cubist portrait of Kai Cenat reimagined as a character from Breaking Bad in vibrant, angular hues, with Dolly Parton's likeness subtly incorporated into the background.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-UalS7pDHny2evgt1QnrnO1mk.png?st=2023-08-05T00%3A27%3A56Z&se=2023-08-05T02%3A27%3A56Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-04T01%3A38%3A58Z&ske=2023-08-05T01%3A38%3A58Z&sks=b&skv=2021-08-06&sig=MhA4b5AUlUMKAOjHNhyCd/dhxhicTf%2BJl7homgwc4bE%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-06T01:26:28.942Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Jake Paul vs Nate Diaz", 4 | "Noah Gragson", 5 | "Jamie Foxx" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol: \"Bright neon colors and bold silkscreen prints bring the larger-than-life personalities of Jake Paul and Nate Diaz to life in a stunning portrait that captures the intensity of their upcoming bout.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-nO6V1JSPgOdifSPGr5aOUt4f.png?st=2023-08-06T00%3A26%3A28Z&se=2023-08-06T02%3A26%3A28Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-05T10%3A36%3A31Z&ske=2023-08-06T10%3A36%3A31Z&sks=b&skv=2021-08-06&sig=dTqa/yUgPupbxhWy/njNeX1H%2BGiutVHwd0rsm9aFyR8%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-07T01:28:43.030Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Arsenal vs Man City", 4 | "Ian Watkins", 5 | "Cleveland Guardians" 6 | ], 7 | "imagePrompt": "In the vibrant, abstract style of Wassily Kandinsky, \"The Clashing Red and Blue\" is a triptych that captures the intense energy and passion of the Arsenal vs Man City match, with Watkin's face appearing in the center panel surrounded by the newly announced Cleveland Guardians logos.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-oVyJYWmRsaxKAM9G7EC2YOBg.png?st=2023-08-07T00%3A28%3A42Z&se=2023-08-07T02%3A28%3A42Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-06T18%3A15%3A42Z&ske=2023-08-07T18%3A15%3A42Z&sks=b&skv=2021-08-06&sig=YZh%2BFp0ERjDGRb22dTznhfUixo8EUhgdv2JYYcGpf9o%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-08T01:28:32.417Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Bryan Randall", 4 | "William Friedkin", 5 | "Tory Lanez" 6 | ], 7 | "imagePrompt": "In the style of Frida Kahlo: \"My artwork 'Tory's Labyrinth' is an intimate portrayal of Bryan Randall and William Friedkin wandering through the dark maze of Tory Lanez's controversial album 'Daystar'.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-bNLkfL5gadTITsx16kwmISdV.png?st=2023-08-08T00%3A28%3A32Z&se=2023-08-08T02%3A28%3A32Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-07T22%3A10%3A09Z&ske=2023-08-08T22%3A10%3A09Z&sks=b&skv=2021-08-06&sig=6vLMlWLssuxiIiQw2a0oJA4JJvdYqrkBzpI0Hd4BWdQ%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-09T01:28:33.104Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Barcelona vs Tottenham", 4 | "DJ Casper", 5 | "International Cat Day" 6 | ], 7 | "imagePrompt": "In the striking and dramatic style of Frida Kahlo, \"Feline Football Fiesta\" visually portrays the excitement and energy of International Cat Day with a vibrant and colorful scene of cats suited up in the jerseys of Barcelona and Tottenham, dancing and celebrating with DJ Casper's iconic hit \"Cha Cha Slide\" serving as the soundtrack.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-NO6slXMj6IWrtT0Ezujonmsx.png?st=2023-08-09T00%3A28%3A33Z&se=2023-08-09T02%3A28%3A33Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-08T16%3A59%3A13Z&ske=2023-08-09T16%3A59%3A13Z&sks=b&skv=2021-08-06&sig=3Xb9zWHQ/t5L1kjVfp1sS/sUePDSR4MGswd4e/mK420%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-10T01:28:59.233Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Lil Tay", 4 | "Maui Fire", 5 | "Robbie Robertson" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali:\n\nVisions of a tormented landscape manifest in a surreal masterpiece, where Lil Tay's erratic persona intertwines with Maui Fire's scorching flames, while Robbie Robertson's haunting lyrics echo in the distance.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-X6EG583kdrZLM5zpmyaw1ABp.png?st=2023-08-10T00%3A28%3A59Z&se=2023-08-10T02%3A28%3A59Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-09T18%3A31%3A38Z&ske=2023-08-10T18%3A31%3A38Z&sks=b&skv=2021-08-06&sig=YZVi8UVqW440rFZj8WnUOTOVWgrUcm%2BhNBSpir%2Ba1CU%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-12T01:20:25.289Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Premier League", 4 | "Packers", 5 | "Steelers" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, \"A Starry Night Over Lambeau Field\" depicts the iconic Green Bay Packers stadium under a swirl of vibrant green and gold stars, with a bustling crowd cheering on their team below.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-ec6BWKaa4MeLYLl6PAmFeFSv.png?st=2023-08-12T00%3A20%3A25Z&se=2023-08-12T02%3A20%3A25Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-11T17%3A20%3A12Z&ske=2023-08-12T17%3A20%3A12Z&sks=b&skv=2021-08-06&sig=AgzrrbsfKjUL0PZ4xg0pSSJuEmWnZkTrD83FQ8%2B0mVA%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-13T01:24:09.579Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Dallas Cowboys", 4 | "Real Madrid", 5 | "Al Nassr" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol: \"A vibrant silkscreen print showcasing the iconic logos of the Dallas Cowboys, Real Madrid, and Al Nassr in a dynamic and playful composition that captures the spirit of sport and fandom.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-jz40R6WcoxUakOhExbJ57aOk.png?st=2023-08-13T00%3A24%3A09Z&se=2023-08-13T02%3A24%3A09Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-12T17%3A18%3A58Z&ske=2023-08-13T17%3A18%3A58Z&sks=b&skv=2021-08-06&sig=upi52f/3DBiAOvuQ5Utgwts4mhNbrcFOpdxhMnhySE0%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-14T01:22:27.738Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "49ers", 4 | "Meteor shower", 5 | "Chiefs" 6 | ], 7 | "imagePrompt": "In the iconic style of Vincent Van Gogh, I present a swirling, starry night sky above a football stadium lit up in the colors of the San Francisco 49ers and Kansas City Chiefs, with a shooting meteor shower overhead, capturing the excitement and energy of the Super Bowl.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-X7hCZI2xk6CUxP4A93lCto3C.png?st=2023-08-14T00%3A22%3A27Z&se=2023-08-14T02%3A22%3A27Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-13T17%3A19%3A40Z&ske=2023-08-14T17%3A19%3A40Z&sks=b&skv=2021-08-06&sig=lWDeyPFn9EFaw6EinNombYwlEN5Q3Zh1BlPbvtx54VI%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-15T01:21:54.446Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Michael Oher", 4 | "Ezekiel Elliott", 5 | "Manchester United" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A vibrant oil painting of a triumphant Ezekiel Elliott breaking tackles and rushing towards the end zone in the midst of a starry, starry night, while Manchester United's crest hangs proudly in the background.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-z8mCk57hh8f3UwR7B4OUPx6f.png?st=2023-08-15T00%3A21%3A54Z&se=2023-08-15T02%3A21%3A54Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-14T17%3A23%3A43Z&ske=2023-08-15T17%3A23%3A43Z&sks=b&skv=2021-08-06&sig=7G7FnOBsK9mF09Hl1EOKJqv1EMPR/BMmss1pWtT4lzc%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-17T01:20:33.940Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Man City vs Sevilla", 4 | "Manchester City", 5 | "Rome Trevi Fountain" 6 | ], 7 | "imagePrompt": "In the grungy style of Banksy, a spray-painted mural depicts Manchester City players battling it out against a backdrop of Sevilla's Giralda Tower, with a subtle nod to the famous Trevi fountain in Rome.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-RQqzDPoYGJVwWerdy6L7mwyU.png?st=2023-08-17T00%3A20%3A33Z&se=2023-08-17T02%3A20%3A33Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-16T17%3A50%3A06Z&ske=2023-08-17T17%3A50%3A06Z&sks=b&skv=2021-08-06&sig=8Aat4o1uYMhbYLpbz2/JwGH5/DwhrU0qN4fKrXT59QU%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-18T01:21:26.156Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Yellowknife", 4 | "BMW Championship", 5 | "Wander Franco news" 6 | ], 7 | "imagePrompt": "In the style of Pablo Picasso: \"Cubist interpretation of Wander Franco's explosive debut in the MLB, set against the backdrop of Yellowknife's otherworldly aurora borealis, with a BMW Championship trophy sitting on Franco's shoulder as a symbol of his arrival to the big leagues.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-TaHB3aqzFu8y2tHa0sLd85t3.png?st=2023-08-18T00%3A21%3A26Z&se=2023-08-18T02%3A21%3A26Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-18T01%3A01%3A20Z&ske=2023-08-19T01%3A01%3A20Z&sks=b&skv=2021-08-06&sig=lpkpaHUCwqJnseBkZdkQiI2eaxeXNMcnxXuZLcNNkUw%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-19T01:19:51.155Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Rich Men North of Richmond", 4 | "Bayern Munich", 5 | "Mike Tyson" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, \"A Starry Night in Bayern Munich\" depicts the iconic soccer stadium nestled among the countryside hills under a bustling sky of stars and a crescent moon, with Rich Men North of Richmond enjoying the match from their private box.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-QH7ZqzVuJaYNB37JffoSKPxr.png?st=2023-08-19T00%3A19%3A51Z&se=2023-08-19T02%3A19%3A51Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-18T17%3A50%3A05Z&ske=2023-08-19T17%3A50%3A05Z&sks=b&skv=2021-08-06&sig=3iXIA6gdH/MprfCYmZYWwuh3InPFZaKeIOhF9vfobeg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-20T01:23:26.707Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Tottenham vs Man United", 4 | "Man City", 5 | "Liverpool" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A vibrant and dynamic painting capturing the intense energy and heated rivalries of Tottenham vs Man United, Man City, and Liverpool on the pitch, with bold brushstrokes of their team colors swirling in a frenzied battle under the glowing lights of the stadium.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-LC6SyFpHFJSXsjLLWrdQiVYR.png?st=2023-08-20T00%3A23%3A26Z&se=2023-08-20T02%3A23%3A26Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-19T17%3A55%3A54Z&ske=2023-08-20T17%3A55%3A54Z&sks=b&skv=2021-08-06&sig=4CnxeQA1MH9k%2BGksoCeYlwVv1Pmk2QhZ7RQ0xOyGxJA%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-21T01:21:32.756Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Earthquake", 4 | "West Ham vs Chelsea", 5 | "Detroit Lions" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surrealistic art piece featuring a melting Detroit Lions helmet on a shaking West Ham vs Chelsea football field, symbolizing the instability of professional sports in a tumultuous world.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-YBFcGvhFHsyMdukxEVae7cfm.png?st=2023-08-21T00%3A21%3A32Z&se=2023-08-21T02%3A21%3A32Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-20T08%3A35%3A52Z&ske=2023-08-21T08%3A35%3A52Z&sks=b&skv=2021-08-06&sig=AIX3OLrkt6neBOrUTXGWO/egRkuaSKTw1bqguC80wAE%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-23T01:21:38.635Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Caleb Farley", 4 | "Ahsoka", 5 | "Al Nassr" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A kaleidoscopic painting of floating surrealistic shapes, inspired by the otherworldly grace of Caleb Farley's football skills, the fierce and fearless Ahsoka from the Star Wars universe, and the vibrant colors of Al Nassr's soccer jersey.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-SmB3jOZGO3Uk23TZjgjG1lor.png?st=2023-08-23T00%3A21%3A38Z&se=2023-08-23T02%3A21%3A38Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-22T17%3A39%3A36Z&ske=2023-08-23T17%3A39%3A36Z&sks=b&skv=2021-08-06&sig=GRqCQC3WRqYANMbYhvxPw1ZdqPbMWTdmnp8TsImqIkc%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-24T01:21:29.365Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Prigozhin", 4 | "Republican debate", 5 | "Nvidia stock" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol, a bright and colorful silkscreen print featuring the face of a smirking Prigozhin overlaid on a split screen of the chaotic 2020 Republican debate, with the Nvidia stock symbol in bold neon letters at the top.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-a5fi3BvjnkIXjmygU0t81xJA.png?st=2023-08-24T00%3A21%3A29Z&se=2023-08-24T02%3A21%3A29Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-23T18%3A56%3A50Z&ske=2023-08-24T18%3A56%3A50Z&sks=b&skv=2021-08-06&sig=uDi3c5CtES9dv5j0QAqT5al8zyMTlbEs1gpZqE4R6sY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-25T01:22:42.390Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Bray Wyatt", 4 | "Isaiah Simmons", 5 | "Steelers" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"In a surrealist depiction of the Steelers' snowy stadium, Isaiah Simmons and Bray Wyatt appear as towering, mythic creatures battling for dominance over the field.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-d2LApPOxncDagp3iHGcD8E0p.png?st=2023-08-25T00%3A22%3A42Z&se=2023-08-25T02%3A22%3A42Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-24T21%3A26%3A05Z&ske=2023-08-25T21%3A26%3A05Z&sks=b&skv=2021-08-06&sig=j6l9gRP9oi30PpjYXgqR3Qungo5v2V0XbP3TdYZCifk%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-26T01:20:30.716Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Trey Lance", 4 | "Real Madrid", 5 | "Chelsea" 6 | ], 7 | "imagePrompt": "In the style of Pablo Picasso, \"A vibrant, cubist portrait of Trey Lance, with the logos of Real Madrid and Chelsea overlapping in the background, reflecting the dynamic energy of modern sports culture.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-LM4BXZwMr4dlyq2jFrggBJBb.png?st=2023-08-26T00%3A20%3A30Z&se=2023-08-26T02%3A20%3A30Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-25T17%3A03%3A47Z&ske=2023-08-26T17%3A03%3A47Z&sks=b&skv=2021-08-06&sig=OS4mjDcI8S0vQJSWCl5JM1/TJjmkf4O85KCnM92kRcg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-27T01:24:46.483Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Packers", 4 | "Chiefs", 5 | "College football" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A vibrant and swirling canvas depicts the Green Bay Packers and Kansas City Chiefs locked in battle under the bright lights, with the cheer of rowdy college football fans echoing in the background.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-oeBMDSPkHl0sUq89VqEsiiWM.png?st=2023-08-27T00%3A24%3A46Z&se=2023-08-27T02%3A24%3A46Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-26T17%3A07%3A01Z&ske=2023-08-27T17%3A07%3A01Z&sks=b&skv=2021-08-06&sig=x4cujR3NpkK2UFf8iK6FISSjIO8UfYACAkSZ%2BJ5fxX8%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-28T01:23:16.362Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Liverpool", 4 | "F1", 5 | "Man City" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, a painting depicting Manchester City's Sergio Aguero racing through the streets of Liverpool, with Formula 1 cars whizzing by in the background.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-Xie5jop3swYef4iY0I0hfOD3.png?st=2023-08-28T00%3A23%3A16Z&se=2023-08-28T02%3A23%3A16Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-27T17%3A06%3A29Z&ske=2023-08-28T17%3A06%3A29Z&sks=b&skv=2021-08-06&sig=3WC7WdOnXVAqeao%2BRF4WHypCOx%2B3gsEx0Dp51gD3MfM%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-29T01:23:08.109Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "UNC-Chapel Hill", 4 | "US Open", 5 | "Zach Bryan" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, I would describe the artwork as follows: \"A vibrant painting featuring an energetic crowd cheering on their favorite UNC-Chapel Hill tennis player, set against a breathtaking background of the US Open's iconic blue courts, while country artist Zach Bryan serenades in the distance.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-Sebkgn4f7bWDf3AaLUeSPajI.png?st=2023-08-29T00%3A23%3A08Z&se=2023-08-29T02%3A23%3A08Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-28T19%3A35%3A13Z&ske=2023-08-29T19%3A35%3A13Z&sks=b&skv=2021-08-06&sig=u0H7K6Sd52ESXbfI%2BO%2BAxe7TTfL9b%2B/aKKqvdwL/jqE%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-08-30T01:22:46.943Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Jonathan Taylor news", 4 | "Onyx", 5 | "3M earplugs lawsuit" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A swirling portrait of Jonathan Taylor onyx-eyed and 3M earplugs adorned, capturing the chaos and restlessness of the ever-changing celebrity world.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-Sc7VCkfh5JKkID5K6zqZTUWm.png?st=2023-08-30T00%3A22%3A46Z&se=2023-08-30T02%3A22%3A46Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-29T23%3A27%3A50Z&ske=2023-08-30T23%3A27%3A50Z&sks=b&skv=2021-08-06&sig=AxcE7SAT%2Bf%2BvD/2TYYF9iKg16OhJ4uPaL%2BEhL3X7tf4%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-01T01:25:54.894Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Champions League draw", 4 | "One Piece live-action", 5 | "Ruby Franke" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: A surrealist portrait of a personification of the Champions League draw, with One Piece pirates emerging from their folded sleeves and a Ruby Franke-inspired island floating in the background.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-zdS4bXyMc6Hn34bKhTQGiGIN.png?st=2023-09-01T00%3A25%3A54Z&se=2023-09-01T02%3A25%3A54Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-08-31T22%3A35%3A20Z&ske=2023-09-01T22%3A35%3A20Z&sks=b&skv=2021-08-06&sig=1PaB2Yy%2B3W0ED0RMRrhNU4ZzRBJUCYVh0Mn80W8tSiY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-03T01:25:01.506Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Jimmy Buffett", 4 | "College football", 5 | "Michigan football" 6 | ], 7 | "imagePrompt": "Using the style of Andy Warhol, I would describe my artwork as \"A colorful and energetic pop art portrait of Jimmy Buffett tossing a Michigan football while wearing a college football jersey.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-kN5N7nwnRKWQGDVPe178P0bm.png?st=2023-09-03T00%3A25%3A01Z&se=2023-09-03T02%3A25%3A01Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-02T06%3A09%3A17Z&ske=2023-09-03T06%3A09%3A17Z&sks=b&skv=2021-08-06&sig=ZhSdtw9RBkMVNTLeQzqfmRiaIpg77riLL8t%2B4AaK9Lo%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-04T01:23:30.479Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Arsenal", 4 | "Georgia football", 5 | "Steve Harwell" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A vibrant and energetic painting captures the thrilling match between Arsenal and Georgia football, with the iconic vocalist Steve Harwell cheering on from the stands.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-OjSeCi84tkU7Uej2jsTdokA1.png?st=2023-09-04T00%3A23%3A30Z&se=2023-09-04T02%3A23%3A30Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-03T06%3A07%3A04Z&ske=2023-09-04T06%3A07%3A04Z&sks=b&skv=2021-08-06&sig=xkLWgKiQUxU6FQOeyMGFJOsg3zdth8KyLVqM7VBWd6M%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-05T01:21:55.893Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Clemson football", 4 | "NASCAR", 5 | "Julio Urias" 6 | ], 7 | "imagePrompt": "In the style of Pop artist Roy Lichtenstein, a digital painting featuring Clemson football quarterback Trevor Lawrence throwing a touchdown pass, with the onomatopoeic sound effect \"VROOM\" in the background reminiscent of NASCAR, as Los Angeles Dodgers pitcher Julio Urias looks on in a cameo appearance.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-AewfLSUZ1mR9PmXXiYyTVZTL.png?st=2023-09-05T00%3A21%3A55Z&se=2023-09-05T02%3A21%3A55Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-04T17%3A40%3A58Z&ske=2023-09-05T17%3A40%3A58Z&sks=b&skv=2021-08-06&sig=/yZF7z5%2BS5k2mp4qxW5l1a8mvom1akd5nnFH2GPE/hw%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-06T01:22:41.958Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Travis Kelce", 4 | "Enrique Tarrio", 5 | "Hurricane Lee" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A swirling tornado of colors and energy encapsulates Travis Kelce, Enrique Tarrio, and Hurricane Lee, representing their impact on today's tumultuous societal landscape.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-X5H0qNWwFNtTepFoyZW1zMtx.png?st=2023-09-06T00%3A22%3A41Z&se=2023-09-06T02%3A22%3A41Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-06T01%3A01%3A49Z&ske=2023-09-07T01%3A01%3A49Z&sks=b&skv=2021-08-06&sig=2Qhy2ewzee/fb/j5dwUnmuU0WjkjiBMMoNF1hG2hMsQ%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-08T01:22:53.149Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "NFL", 4 | "That '70s Show", 5 | "Kelce" 6 | ], 7 | "imagePrompt": "As Banksy, I would describe my artwork as a vividly colored mural where a group of '70s-inspired football fans, led by the charismatic tight end Kelce, passionately cheer on their team, creating a lively and festive atmosphere.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-R3W3GNOCdu6kMRlfOt9Vqx5M.png?st=2023-09-08T00%3A22%3A53Z&se=2023-09-08T02%3A22%3A53Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-07T18%3A22%3A43Z&ske=2023-09-08T18%3A22%3A43Z&sks=b&skv=2021-08-06&sig=PmmuOx67eKIVI9dSMgkv/yzlsaDqY%2BCSYUBcnDfDeog%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-09T01:21:33.409Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Ben Shelton", 4 | "FIBA World Cup", 5 | "One Chip Challenge" 6 | ], 7 | "imagePrompt": "In the stylings of Salvador Dali, a surrealist portrait of a basketball player holding a One Chip Challenge chip with a surreal landscape created by multiple Ben Shelton paintings in the background.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-U3MRDOSbfP3tDfj0HYe0ErQr.png?st=2023-09-09T00%3A21%3A33Z&se=2023-09-09T02%3A21%3A33Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-08T18%3A30%3A51Z&ske=2023-09-09T18%3A30%3A51Z&sks=b&skv=2021-08-06&sig=9OUYaXI2NwnO8ZLurJpDWlTmC5FZz7eMP087FChM7u8%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-10T01:25:02.573Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Nebraska football", 4 | "Notre Dame football", 5 | "Clemson football" 6 | ], 7 | "imagePrompt": "In the style of Banksy, \"A stencil graffiti of a football helmet with the words 'Darkness Falls' representing the power and intensity of Nebraska football, Notre Dame football, and Clemson football in the current state of college football.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-gY2ZMsqizEqdGo0dT6rfYFtb.png?st=2023-09-10T00%3A25%3A02Z&se=2023-09-10T02%3A25%3A02Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-09T18%3A23%3A20Z&ske=2023-09-10T18%3A23%3A20Z&sks=b&skv=2021-08-06&sig=3OgooEYaXkLj0CMs2Ih1BDCXNi67kujC09S0U59yXKg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-11T01:23:46.090Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "NFL", 4 | "Eagles", 5 | "Steelers" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol, my artwork depicts a grid of nine equally sized squares, with each square featuring a pop-art style portrait of a prominent player from the NFL's Eagles or Steelers, including Carson Wentz and JuJu Smith-Schuster, to celebrate these two popular teams and the players that make them shine.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-LbIgiecWkNVlTtAVI0q4kwMm.png?st=2023-09-11T00%3A23%3A46Z&se=2023-09-11T02%3A23%3A46Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-11T01%3A17%3A45Z&ske=2023-09-12T01%3A17%3A45Z&sks=b&skv=2021-08-06&sig=RnHgoFHv8s46tSKXyxnm3mdekK9s21KUcdn3DrI9HLI%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-12T01:21:54.941Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Timothee Chalamet", 4 | "Kevin Porter Jr", 5 | "Social Security" 6 | ], 7 | "imagePrompt": "As Picasso would say, \"My artwork embodies the striking features of Timothee Chalamet, the athletic prowess of Kevin Porter Jr, and the importance of Social Security - a fusion of colorful shapes and symbolic elements that mirror the modern age.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-iHJRDT7Zq2lN59gVwRjDpasO.png?st=2023-09-12T00%3A21%3A54Z&se=2023-09-12T02%3A21%3A54Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-11T23%3A47%3A00Z&ske=2023-09-12T23%3A47%3A00Z&sks=b&skv=2021-08-06&sig=9tXHNTjZymkk19GWWbltqz3xYpEKoQ8xcDDXCt//t84%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-13T01:23:55.318Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Mike Williams", 4 | "VMAs 2023", 5 | "Libya" 6 | ], 7 | "imagePrompt": "In the bold and vibrant style of Keith Haring, \"VMAs in Libya\" showcases a surreal scene of DJ Mike Williams spinning tracks in a desert landscape, surrounded by a group of eclectic dancers adorned in flashy outfits and accessories.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-N1w4YbRoGGLEYMHJ94fgf5q4.png?st=2023-09-13T00%3A23%3A55Z&se=2023-09-13T02%3A23%3A55Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-12T23%3A52%3A23Z&ske=2023-09-13T23%3A52%3A23Z&sks=b&skv=2021-08-06&sig=kpaQcU7e4AcG9KZT17TXOTYRPDqJrJbV3zXiHtfnjtg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-14T01:22:51.405Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Boebert", 4 | "Mitt Romney", 5 | "UNC" 6 | ], 7 | "imagePrompt": "In the signature style of Vincent Van Gogh, I would describe the artwork as \"A vibrant portrayal of the political and educational realms, featuring Boebert on a mountain top, Mitt Romney sporting a business suit, and the University of North Carolina's iconic Tar Heel symbol all entwined in a breathtaking sunset within a Starry Night-inspired sky.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-UTHXgSmDwGZFxSYHhcJnCZYS.png?st=2023-09-14T00%3A22%3A51Z&se=2023-09-14T02%3A22%3A51Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-13T23%3A59%3A40Z&ske=2023-09-14T23%3A59%3A40Z&sks=b&skv=2021-08-06&sig=ijpw%2BG9Z2UkE79RwJHec/LM4JVWHuT6vs0c%2B3oLtfF0%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-15T01:23:41.967Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Eagles", 4 | "Arm stock", 5 | "UAW strike" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A swirling and vibrant canvas of an eagle soaring above a factory besieged by striking UAW workers, its feathers painted with the bold and striking patterns of an Arm stock graph.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-VPVILfzVCHwYW8AEgNRihWf7.png?st=2023-09-15T00%3A23%3A41Z&se=2023-09-15T02%3A23%3A41Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-14T23%3A57%3A19Z&ske=2023-09-15T23%3A57%3A19Z&sks=b&skv=2021-08-06&sig=xMF1nHbC33uHox9cZtq2BSyI/UG4IEG8WoKcuMAbmwM%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-16T01:21:46.110Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Rosh Hashanah 2023", 4 | "Hugh Jackman", 5 | "Hispanic Heritage Month" 6 | ], 7 | "imagePrompt": "In the style of Pablo Picasso, \"A Cubist interpretation of Hugh Jackman blowing the shofar on Rosh Hashanah during Hispanic Heritage Month.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-wJkFIjPhvd0YrtfJf6EHqbvf.png?st=2023-09-16T00%3A21%3A46Z&se=2023-09-16T02%3A21%3A46Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-15T23%3A07%3A47Z&ske=2023-09-16T23%3A07%3A47Z&sks=b&skv=2021-08-06&sig=scBAQW1Tkc94YN3t9IPMNqqaVLAt37wmLdr0lu8IZWs%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-17T01:25:32.338Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Alabama football", 4 | "Georgia football", 5 | "Inter Miami" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surrealistic portrait featuring a melting football helmet with the logos of Alabama and Georgia merging together, while a flamingo adorned with Inter Miami colors and soccer cleats prances in the foreground.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-NHNhAZTEu3YT4NTPBEhFUwhp.png?st=2023-09-17T00%3A25%3A32Z&se=2023-09-17T02%3A25%3A32Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-16T18%3A35%3A49Z&ske=2023-09-17T18%3A35%3A49Z&sks=b&skv=2021-08-06&sig=hLxkQik3NT2DEFi6kupqt/ZU0JQe%2BFAEjbCxdXYln%2BE%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-18T01:23:34.504Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Dallas Cowboys", 4 | "Chiefs", 5 | "Packers" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A vibrant night sky over a football stadium, as the Dallas Cowboys, Chiefs, and Packers battle for supremacy under the watchful gaze of a swirling starry sky.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-nM66b0hh7oIQtsfMUx6dsk22.png?st=2023-09-18T00%3A23%3A34Z&se=2023-09-18T02%3A23%3A34Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-17T23%3A23%3A41Z&ske=2023-09-18T23%3A23%3A41Z&sks=b&skv=2021-08-06&sig=LfZRml2CPLP5u1C2PqIhLS4l7GtUAS1rn0TovItvhJk%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-19T01:23:58.534Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "National Cheeseburger Day", 4 | "Miami Dolphins", 5 | "Missing F-35" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"This surrealist painting features a melting cheeseburger with the Miami Dolphins logo etched into the patty as an F-35 jet flies overhead.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-OOEE8Y8vjigt1K5IrYoPeEUW.png?st=2023-09-19T00%3A23%3A58Z&se=2023-09-19T02%3A23%3A58Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-18T21%3A45%3A12Z&ske=2023-09-19T21%3A45%3A12Z&sks=b&skv=2021-08-06&sig=yrW0il1hjzxByk4W5f4OdWjHNlRcEecLbZyKmeD4QuQ%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-20T01:23:21.697Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Federal government shutdown", 4 | "PSG", 5 | "Barcelona" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"My surreal masterpiece titled 'Quandary' depicts a melting clock hanging off the Federal building while a group of PSG and Barcelona soccer players run aimlessly around it, representing the confusion and chaos caused by the recent government shutdown.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-cXk1ISItibSRLhpMkE56CHLs.png?st=2023-09-20T00%3A23%3A21Z&se=2023-09-20T02%3A23%3A21Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-20T00%3A06%3A36Z&ske=2023-09-21T00%3A06%3A36Z&sks=b&skv=2021-08-06&sig=SUS4/3%2Bm8khk7Wpm6M9xhaIIU9OJ62iI3Htla7p/7k8%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-21T01:22:58.946Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Champions League", 4 | "Alan Williams Bears", 5 | "Real Madrid" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surrealistic masterpiece showcasing a massive Alan Williams bear adorned in Champions League gear, towering over a miniature stadium filled with die-hard Real Madrid fans.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-mUKzTnFVu4nyVV6KKg35i5Yc.png?st=2023-09-21T00%3A22%3A58Z&se=2023-09-21T02%3A22%3A58Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-20T22%3A04%3A16Z&ske=2023-09-21T22%3A04%3A16Z&sks=b&skv=2021-08-06&sig=mtM2o588bjQGLzSZ1Ln4oKMiPNs5id/VM1XRIoz%2BEQ4%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-22T01:23:33.072Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "49ers", 4 | "Europa League", 5 | "Trevon Diggs" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, I would describe a painting called \"The Winning Streak\" as follows: \n\nThis piece depicts the electrifying momentum of the 49ers and Europa League through vibrant swirls of red and gold, while Trevon Diggs' interception skills are depicted through the sharp and confident strokes of contrasting blue.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-TAmPZ54mHCYhYepONTMn9dcA.png?st=2023-09-22T00%3A23%3A33Z&se=2023-09-22T02%3A23%3A33Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-21T22%3A05%3A26Z&ske=2023-09-22T22%3A05%3A26Z&sks=b&skv=2021-08-06&sig=SOi0I/1lpdgrol8dYWUq/6bT0%2B/dtFOAFphkeoPs5Qg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-23T01:21:50.822Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Bob Menendez", 4 | "Dwyane Wade Gabrielle Union", 5 | "Wisconsin football" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"Behold, a surreal masterpiece where Bob Menendez, Dwyane Wade, Gabrielle Union and the Wisconsin football team come together to form a captivating dreamlike landscape.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-G6CRnDC615CzcfFRbeD6fTqa.png?st=2023-09-23T00%3A21%3A50Z&se=2023-09-23T02%3A21%3A50Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-22T22%3A50%3A38Z&ske=2023-09-23T22%3A50%3A38Z&sks=b&skv=2021-08-06&sig=48sAsgDXyWoXu9ulIV/EGdPByMKkoEeLyGBWZDcxEp8%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-24T01:25:43.754Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Auburn football", 4 | "Barcelona", 5 | "Notre Dame" 6 | ], 7 | "imagePrompt": "In the style of Pablo Picasso: \"A cubist portrait of a Notre Dame linebacker in Auburn football gear, holding the ball with Barcelona's iconic architecture in the background.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-CweUsjxxag6ticwI9YFClTui.png?st=2023-09-24T00%3A25%3A43Z&se=2023-09-24T02%3A25%3A43Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-23T22%3A49%3A39Z&ske=2023-09-24T22%3A49%3A39Z&sks=b&skv=2021-08-06&sig=YNgedNbaK0U6Dvf6jku1iRp9HWWAKjl2r9FiFF5F2VI%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-25T01:24:11.352Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Miami Dolphins", 4 | "Travis Kelce", 5 | "Patriots" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"An absurd landscape where the Miami Dolphins are floating in an ocean of surrealism with Travis Kelce and the Patriots about to collide in a dreamlike football game.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-8aO9aDOkTyzFH6xtPa9qgQEt.png?st=2023-09-25T00%3A24%3A11Z&se=2023-09-25T02%3A24%3A11Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-25T00%3A52%3A11Z&ske=2023-09-26T00%3A52%3A11Z&sks=b&skv=2021-08-06&sig=/NxfWK2BBBC9KtGhdvsTqcUhdgpBgKijT3Jm2kbos%2BY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-27T01:24:03.546Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Keanu Reeves and Alexandra Grant", 4 | "Manchester United", 5 | "Brooks Robinson" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surreal portrait of Keanu Reeves and Alexandra Grant standing on an elephant, holding umbrellas made of Manchester United jerseys, while Brooks Robinson sits atop the elephant juggling baseballs in a whimsical dreamscape.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-oQJUx3IDeVvM2hffZpC4qPgl.png?st=2023-09-27T00%3A24%3A03Z&se=2023-09-27T02%3A24%3A03Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-26T23%3A35%3A32Z&ske=2023-09-27T23%3A35%3A32Z&sks=b&skv=2021-08-06&sig=VRT0IxYhM9ds9EM/Fm7We%2BJZBEKbzyJTJqQDEwwcihg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-09-30T01:22:48.126Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Dianne Feinstein", 4 | "Tupac", 5 | "Nyc flooding" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \n\n\"Behold, a surreal masterpiece of a flooded New York City with Tupac and Dianne Feinstein serenading each other on a sinking subway train.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-9MxxzVTsOzbC0AwCPq9z87PM.png?st=2023-09-30T00%3A22%3A48Z&se=2023-09-30T02%3A22%3A48Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-09-30T00%3A15%3A25Z&ske=2023-10-01T00%3A15%3A25Z&sks=b&skv=2021-08-06&sig=LCat4TaSUb3K4VVJccIrUY187cwBt2yHtnHa6WpqE1g%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-01T01:28:46.492Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Colorado vs USC", 4 | "Georgia football", 5 | "Penn State football" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, \"A Starry Night in Pennsylvania\" captures the exhilarating moment of a Penn State touchdown during a bright and starry night game.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-2AvztbzTbqRU25TTzeKMcloz.png?st=2023-10-01T00%3A28%3A46Z&se=2023-10-01T02%3A28%3A46Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-01T00%3A23%3A58Z&ske=2023-10-02T00%3A23%3A58Z&sks=b&skv=2021-08-06&sig=3d2SUlJQ%2BN14nyPJ0oMoLU5dB7iMJgIpkW1KICQrPYo%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-02T01:23:59.204Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Eagles", 4 | "49ers", 5 | "Jaguars" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol: \"Brightly colored silkscreen print featuring the bold logos of the Eagles, 49ers, and Jaguars, arranged in a grid and repeating like a pop art wallpaper.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-1WHaR3K6IBgxGJbOoNsKVLEv.png?st=2023-10-02T00%3A23%3A59Z&se=2023-10-02T02%3A23%3A59Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-02T00%3A49%3A57Z&ske=2023-10-03T00%3A49%3A57Z&sks=b&skv=2021-08-06&sig=2GLyy5GII7bwVYaRRE8cnaAQKdL8v/aUY/ltOSf4UDY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-03T01:24:08.039Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Jimmy Butler", 4 | "Appalachian Trail", 5 | "Chelsea" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol: \"A vibrant portrait of Jimmy Butler surrounded by Appalachian trail maps and Chelsea football club logos, capturing the courage, wanderlust and eclectic passion of today's society.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-XDfrCFrKvSTucKC5kDZEmdgB.png?st=2023-10-03T00%3A24%3A08Z&se=2023-10-03T02%3A24%3A08Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-02T20%3A57%3A12Z&ske=2023-10-03T20%3A57%3A12Z&sks=b&skv=2021-08-06&sig=b%2BnqPsEeVCzJh%2B9Hl0h5YIN03mtCij3tpe6JYHsHLTU%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-04T01:24:52.251Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Powerball", 4 | "Champions League", 5 | "Real Madrid" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali, my artwork titled \"Galactic Victory\" features a surreal representation of Real Madrid's Champions League win as they emerge from a giant Powerball, signifying the team's dominance in the sport.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-rZp8rGwE9RJfm0YWzFOaOy0j.png?st=2023-10-04T00%3A24%3A52Z&se=2023-10-04T02%3A24%3A52Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-03T23%3A11%3A53Z&ske=2023-10-04T23%3A11%3A53Z&sks=b&skv=2021-08-06&sig=V5I1ANdaxNuRhWpn5Llcerdovs7zLOhr/9AINLTHxZs%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-05T01:23:55.459Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Pixel 8", 4 | "Barcelona", 5 | "Porto vs Barcelona" 6 | ], 7 | "imagePrompt": "In the style of Pablo Picasso, I present to you \"Pixelated Dream of Barcelona vs Porto\" - a cubist painting that depicts the contrasting cultures of the two football cities through fragmented shapes and a vibrant color palette.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-qQnnB1fZDjG5HBOahntsTmYj.png?st=2023-10-05T00%3A23%3A55Z&se=2023-10-05T02%3A23%3A55Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-05T00%3A36%3A27Z&ske=2023-10-06T00%3A36%3A27Z&sks=b&skv=2021-08-06&sig=p8SS7XNHHehV3mXYicQStV1SmIOM7VeRbGykhETeZCs%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-06T01:23:52.022Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Powerball", 4 | "Chicago Bears", 5 | "Washington Commanders" 6 | ], 7 | "imagePrompt": "In the vibrant colors and bold lines of Andy Warhol, a series of three portraits showcasing the excitement of winning the Powerball, the fierce competitiveness of the Chicago Bears, and the controversial rebranding of the Washington Commanders.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-dRfm6tFnyVTa1YAojCjVel7x.png?st=2023-10-06T00%3A23%3A52Z&se=2023-10-06T02%3A23%3A52Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-06T01%3A03%3A14Z&ske=2023-10-07T01%3A03%3A14Z&sks=b&skv=2021-08-06&sig=EIgFONhceKsad7L5mKqB/ctwpiwprtA0ikdooYgi2gQ%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-07T01:23:03.722Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Crocs cowboy boots", 4 | "Nebraska football", 5 | "Randy Gregory" 6 | ], 7 | "imagePrompt": "In the style of Andy Warhol: \"A vibrant neon pop art painting featuring the iconic Randy Gregory sporting crocs cowboy boots while tackling his opponents in a Nebraska football game.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-IjUcRTI6kJmX3wf2cKv4KQD9.png?st=2023-10-07T00%3A23%3A03Z&se=2023-10-07T02%3A23%3A03Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-07T01%3A01%3A25Z&ske=2023-10-08T01%3A01%3A25Z&sks=b&skv=2021-08-06&sig=KbDcHPyEy8/YSZR3Pih1LATKnukrcLG2i9SHAisnwV0%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-08T01:26:41.132Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Israel", 4 | "LSU Football", 5 | "Maryland football" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, I present \"A Starry Night in Maryland\", a painting capturing the vivid colors of the Maryland flag over a football stadium where the LSU and Maryland teams face off, with a faint silhouette of the Dome of the Rock in the distance.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-11vySjN2skYuDl3U8PFtpdm0.png?st=2023-10-08T00%3A26%3A41Z&se=2023-10-08T02%3A26%3A41Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-07T12%3A26%3A53Z&ske=2023-10-08T12%3A26%3A53Z&sks=b&skv=2021-08-06&sig=L5YFMAR/o0J8b%2BANblrjVLIadby4miRLX6W6HHJy9uM%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-09T01:24:06.460Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Buffalo Bills", 4 | "Detroit Lions", 5 | "Arsenal vs Man City" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali, behold a surrealistic masterpiece featuring a melting Buffalo Bills helmet, a roaring Detroit Lions mascot, and Arsenal and Man City jerseys fused together in a twisted and whimsical display of football fandom.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-6cL32SEbsi2rEwO7kVTDW8ru.png?st=2023-10-09T00%3A24%3A06Z&se=2023-10-09T02%3A24%3A06Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-08T21%3A31%3A52Z&ske=2023-10-09T21%3A31%3A52Z&sks=b&skv=2021-08-06&sig=vWhMQAwLhJNQRMxAIFZDLyjS3/RTSyFRtUhvdl6/hpY%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-10T01:23:41.165Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Robert F. Kennedy Jr", 4 | "Russell Wilson", 5 | "Amazon Prime Day" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: An electrifying and vibrant portrait of Robert F. Kennedy Jr. in the midst of a passionate speech, with the Seattle Seahawks' quarterback Russell Wilson standing at his side and the Amazon fulfillment center serving as the backdrop.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-l9JVDPh1j5fjurt4G9qD8OOj.png?st=2023-10-10T00%3A23%3A41Z&se=2023-10-10T02%3A23%3A41Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-09T23%3A10%3A03Z&ske=2023-10-10T23%3A10%3A03Z&sks=b&skv=2021-08-06&sig=KsooransDpl/laxoYytq8LPcG%2BUHFd347HLGxbXjerU%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-11T01:23:51.379Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Skittles banned California", 4 | "Kraken", 5 | "Mary Lou Retton" 6 | ], 7 | "imagePrompt": "In the style of Vincent Van Gogh, I present to you \"Kraken Sunset over California with Mary Lou Retton's Skittles,\" a vibrant and energetic portrait of the mythical sea creature rising from the colorful skies of California while the Olympic gymnast's iconic candy spills onto the canvas.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-U95AYlFHCMGGvHLyfuL5rj6k.png?st=2023-10-11T00%3A23%3A51Z&se=2023-10-11T02%3A23%3A51Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-10T18%3A13%3A06Z&ske=2023-10-11T18%3A13%3A06Z&sks=b&skv=2021-08-06&sig=miAq4InnFxe7u7S6jLiH1AqJQ70ITHStIys%2BUl/rxn4%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-12T01:22:24.871Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Jada Pinkett Smith", 4 | "Steve Scalise", 5 | "UFC" 6 | ], 7 | "imagePrompt": "In the style of Frida Kahlo, my artwork features Jada Pinkett Smith, Steve Scalise, and a UFC fighter standing side by side in unity, symbolizing the power of diversity, strength in community, and the importance of overcoming differences for the greater good.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-XAH0eRq15BjBjInTeEnk0F3M.png?st=2023-10-12T00%3A22%3A24Z&se=2023-10-12T02%3A22%3A24Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-11T18%3A39%3A36Z&ske=2023-10-12T18%3A39%3A36Z&sks=b&skv=2021-08-06&sig=9fJ7FOUnuRK33AQbPy%2B/yyLWHEOo4JQYWj6/cmfu/FQ%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-13T01:25:21.287Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Chiefs", 4 | "Powerball winner", 5 | "Denver Broncos" 6 | ], 7 | "imagePrompt": "In the style of Jackson Pollock: A chaotic composition of swirling, energetic lines incorporating shades of red and yellow, depicting the Kansas City Chiefs in their triumphant moment as Super Bowl champions.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-nH2SkXSzOVVaBbsYtq6i7zpt.png?st=2023-10-13T00%3A25%3A21Z&se=2023-10-13T02%3A25%3A21Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-13T01%3A25%3A21Z&ske=2023-10-14T01%3A25%3A21Z&sks=b&skv=2021-08-06&sig=hKcDlNnZnf5z6lueefeFDfsPssVG0DUghQfjD5m7ny4%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-14T01:22:32.826Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Solar eclipse 2023", 4 | "Colorado football", 5 | "Austin Scott" 6 | ], 7 | "imagePrompt": "Sure! Which famous artist would you like me to emulate for your description?", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-xPfoHLnTHztplDrJ6iHEARGG.png?st=2023-10-14T00%3A22%3A32Z&se=2023-10-14T02%3A22%3A32Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-14T00%3A58%3A25Z&ske=2023-10-15T00%3A58%3A25Z&sks=b&skv=2021-08-06&sig=aspAh%2Bgi3GibLMR1BPk496qchxQVmrL2yL91MCJZID8%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-15T01:27:00.005Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Oregon football", 4 | "USA vs Germany", 5 | "Tennessee football" 6 | ], 7 | "imagePrompt": "Sure! Here are three different options for you, each of which features one of the pop culture trends you've provided:\n\n1. A contemporary mixed media piece inspired by Oregon football, using vibrant green hues and dynamic brushstrokes to capture the team's energy and spirit on the field. \n2. A minimalist portrait of two soccer players in black and white, meant to represent the intense rivalry between the USA and Germany during the 2014 World Cup. \n3. A nostalgic acrylic painting depicting an iconic moment in Tennessee football history, with the beloved Volunteers' team celebrating a hard-fought victory on the field.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-oTkJQFYHUEnADo19Zbb3x4J4.png?st=2023-10-15T00%3A26%3A59Z&se=2023-10-15T02%3A26%3A59Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-14T13%3A04%3A10Z&ske=2023-10-15T13%3A04%3A10Z&sks=b&skv=2021-08-06&sig=fxRXaKhaCD%2BNWZ2uNjArT71CJn%2BI%2BY1shbzBwwSKKnI%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-16T01:25:08.036Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Alan Hamel", 4 | "49ers", 5 | "Ravens vs Titans" 6 | ], 7 | "imagePrompt": "Sure, here's my attempt:\n\nIn the style of Vincent van Gogh:\n\"This piece depicts the joy and enthusiasm of football fans as they gather to support their favorite teams, capturing the passion and energy of both 49ers and Ravens supporters in a beautiful and vibrant tableau.\"\n\nIn the style of Andy Warhol:\n\"This piece features a striking portrait of Alan Hamel, rendered in Warhol's signature style of bold colors and graphic patterns, providing a playful and eye-catching tribute to the legendary entertainer and TV host.\"\n\nIn the style of Pablo Picasso:\n\"This surrealist work plays with the themes of competition and triumph, showcasing a frenzied face-off between the Ravens and Titans as they vie for dominance on a chaotic and abstract stage, with Alan Hamel warily watching from the sidelines.\" \n\nI hope these descriptions spark some inspiration for your pop culture artwork!", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-78bn7qj4NoKs6CrPurfudjdz.png?st=2023-10-16T00%3A25%3A07Z&se=2023-10-16T02%3A25%3A07Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-15T22%3A15%3A20Z&ske=2023-10-16T22%3A15%3A20Z&sks=b&skv=2021-08-06&sig=PC/uHDq2PMeqsImrCM2yCLHtis6dr2IhoQN3HJNo6%2Bs%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-17T01:24:41.516Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Chargers", 4 | "National Boss Day", 5 | "Tyreek Hill" 6 | ], 7 | "imagePrompt": "Sure! Which artist would you like me to emulate for this description?", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-GFjS38Z1HiwHNb0xTQHwQFHu.png?st=2023-10-17T00%3A24%3A41Z&se=2023-10-17T02%3A24%3A41Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-16T14%3A41%3A42Z&ske=2023-10-17T14%3A41%3A42Z&sks=b&skv=2021-08-06&sig=qBY9xtwlqcPiZUGnQ0g6ONZ1KPSoGpm5eJXSNDvCq5Q%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-18T01:24:27.026Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Dallas Cowboys", 4 | "Jim Jordan", 5 | "Julio Jones" 6 | ], 7 | "imagePrompt": "This piece of artwork showcases the fierce rivalry between Dallas Cowboys and Julio Jones as they face off against Jim Jordan, each determined to come out on top.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-j1EtJfeXHibQMFrO4BH9QgSr.png?st=2023-10-18T00%3A24%3A26Z&se=2023-10-18T02%3A24%3A26Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-18T01%3A00%3A36Z&ske=2023-10-19T01%3A00%3A36Z&sks=b&skv=2021-08-06&sig=RwknWCZUv8kr%2BsV427x%2BD7vEtRzuChCf88O/ehZ890o%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-19T01:24:10.160Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Joran van der Sloot", 4 | "Earthquake Bay Area", 5 | "Clint Eastwood" 6 | ], 7 | "imagePrompt": "In the iconic style of Andy Warhol, this piece depicts a vibrant, technicolor portrait of Clint Eastwood flanked by images of Joran van der Sloot and the Bay Area earthquake, capturing the explosive energy of these contemporary cultural touchstones.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-CnqYX3vqHuX8YqGTskd2CKOI.png?st=2023-10-19T00%3A24%3A10Z&se=2023-10-19T02%3A24%3A10Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-18T19%3A43%3A58Z&ske=2023-10-19T19%3A43%3A58Z&sks=b&skv=2021-08-06&sig=RnADsEF1bu9LzxMrLorl4thqgMjk6KV1uSHNblyNN1o%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-21T01:22:37.738Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Gwen Stefani", 4 | "Old Dads", 5 | "Rugby World Cup" 6 | ], 7 | "imagePrompt": "In the iconic brush strokes of Vincent Van Gogh, a vibrant and dynamic painting captures the energy and excitement of the Rugby World Cup, with a playful Gwen Stefani and her old dad cheering from the sidelines.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-3G82DdZvnVjkGmeiPDKCLvq7.png?st=2023-10-21T00%3A22%3A37Z&se=2023-10-21T02%3A22%3A37Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-21T00%3A01%3A27Z&ske=2023-10-22T00%3A01%3A27Z&sks=b&skv=2021-08-06&sig=8cu/y4z/%2By6y3zmIeydw9S2YE4hkd%2Bt2b3AkjLTjMpM%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-22T01:27:03.195Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Penn State football", 4 | "Arsenal", 5 | "UCF football" 6 | ], 7 | "imagePrompt": "In the style of Vincent Van Gogh: \"A starry night above Beaver Stadium, Emirates Stadium, and Spectrum Stadium as fans gather to cheer for their beloved teams.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-2rP7Bha6azKwAmkchG9Ny1NH.png?st=2023-10-22T00%3A27%3A03Z&se=2023-10-22T02%3A27%3A03Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-21T04%3A38%3A06Z&ske=2023-10-22T04%3A38%3A06Z&sks=b&skv=2021-08-06&sig=vLJE/TOcJ6nZIJhZlQjUWarhKhrZXIXGfOPCXGYVkAw%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-24T01:24:13.458Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Astros vs Rangers", 4 | "Kevin Byard", 5 | "Tottenham" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: A swirling canvas, depicting the intense rivalry between Astros and Rangers, surrounding Byard as he defends his team with unwavering tenacity, while Tottenham swoops in from above like a flock of attacking crows.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-RPcuBewmrZU15mwAWKcoQsWE.png?st=2023-10-24T00%3A24%3A13Z&se=2023-10-24T02%3A24%3A13Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-24T00%3A54%3A59Z&ske=2023-10-25T00%3A54%3A59Z&sks=b&skv=2021-08-06&sig=YwJ7Dmi6kyGNUzlDK2LvcacC/sw9sC%2BxVV72ikJh2Sc%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-25T01:24:03.809Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "NBA", 4 | "Tom Emmer", 5 | "Jenna Ellis" 6 | ], 7 | "imagePrompt": "Picasso-inspired artwork:\n\n\"An avant-garde portrait of Tom Emmer, Jenna Ellis, and NBA players in a vibrant and intricate Cubist style, where their features are dismantled and reassembled to convey their dynamic personalities.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-ixaZ7HbwGYubd1WHLuSFEIiK.png?st=2023-10-25T00%3A24%3A03Z&se=2023-10-25T02%3A24%3A03Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-25T01%3A07%3A57Z&ske=2023-10-26T01%3A07%3A57Z&sks=b&skv=2021-08-06&sig=HH%2BqoGZLpFrI0xb9JbqQ46KSjUfeJGCF6bQqP3ppBfw%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-26T01:23:00.597Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Champions League", 4 | "Spurs", 5 | "Acapulco" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, I would describe the artwork as follows: \"A vibrant and energetic painting of a match between Champions League teams Tottenham Hotspur and Club America, set against the colorful backdrop of the coastal town of Acapulco.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-RxDcIOgzZ0r3kS6N1X0CP4B6.png?st=2023-10-26T00%3A23%3A00Z&se=2023-10-26T02%3A23%3A00Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-25T22%3A46%3A26Z&ske=2023-10-26T22%3A46%3A26Z&sks=b&skv=2021-08-06&sig=VfOdYyVtgXK1f4OXHcW3uTszEOX4A7VJyLXLrrIGZD0%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-27T01:23:13.698Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Buffalo Bills", 4 | "Europa League", 5 | "Bucks" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"The melting Buffalo Bills helmet at the center of an otherworldly Europa League, with the majestic presence of the Bucks looming in the background, serves as a surreal commentary on the fluidity of modern sports culture.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-4A2jeOJt6ZKWeCP9ugh2WsOO.png?st=2023-10-27T00%3A23%3A13Z&se=2023-10-27T02%3A23%3A13Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-27T01%3A02%3A35Z&ske=2023-10-28T01%3A02%3A35Z&sks=b&skv=2021-08-06&sig=CQsd8OB2suDTPfTlJHhbcmaS1RQkSYMG6ZXckh7nSlc%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-29T01:26:29.107Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Kansas football", 4 | "Florida Gators", 5 | "Celtics" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, \"A starry night in Kansas with the Florida Gators and the Boston Celtics competing in a celestial game of football under the swirling night sky.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-09sKeLofX8X9QyhGviKRzkZM.png?st=2023-10-29T00%3A26%3A29Z&se=2023-10-29T02%3A26%3A29Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-28T23%3A16%3A55Z&ske=2023-10-29T23%3A16%3A55Z&sks=b&skv=2021-08-06&sig=Slfzyg50rcFdQdE7Xu/JPbjRIPeSbpW9tZzO9eUEo7s%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-30T01:24:32.279Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Dallas Cowboys", 4 | "Eagles", 5 | "49ers" 6 | ], 7 | "imagePrompt": "As Jackson Pollock, I present to you a vibrant and energetic painting entitled \"The Football Rivalry,\" showcasing the iconic logos of the Dallas Cowboys, Eagles, and 49ers dramatically intertwined in a chaotic and explosive flurry of bold colors and dynamic brushstrokes.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-d1JJeib5PQUl6VqHmGiwRVrY.png?st=2023-10-30T00%3A24%3A32Z&se=2023-10-30T02%3A24%3A32Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-29T23%3A29%3A34Z&ske=2023-10-30T23%3A29%3A34Z&sks=b&skv=2021-08-06&sig=y9PcdZN8PEXKqb6iO12D9zvYrWNiVY8d762uMZs/iNg%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-10-31T01:24:44.890Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Ballon d'Or 2023", 4 | "Shani Louk", 5 | "NFL trade deadline" 6 | ], 7 | "imagePrompt": "Drawing inspiration from the vibrant colors of Andy Warhol's pop art, a digital piece titled \"Celebrating Athletes: Ballon d'Or 2023 and Shani Louk Meet at the NFL Trade Deadline\" depicts Ballon d'Or winner Shani Louk, wearing a customized NFL jersey, surrounded by colorful balloons representing his passion and love for the game.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-OTMKKbBd6j1NwTX3OJiWJbVH.png?st=2023-10-31T00%3A24%3A44Z&se=2023-10-31T02%3A24%3A44Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-10-31T00%3A41%3A33Z&ske=2023-11-01T00%3A41%3A33Z&sks=b&skv=2021-08-06&sig=CQfc9GwPjye/cjz1oz4uckx9RdpadpJwGjh26HbE%2BUQ%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-01T01:27:06.614Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Josh Dobbs", 4 | "Apple", 5 | "Montez Sweat" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh: \"A vibrant painting of baseball player Josh Dobbs catching an apple mid-air, while Montez Sweat's imposing figure looms in the background, evoking both the triumph and turmoil of modern-day athleticism.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-Fd00asLZ2PfUjDOAf3stgrnu.png?st=2023-11-01T00%3A27%3A06Z&se=2023-11-01T02%3A27%3A06Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-01T01%3A06%3A09Z&ske=2023-11-02T01%3A06%3A09Z&sks=b&skv=2021-08-06&sig=Nfb5ma6vXJlbD6ZcqCsteWZgTjT4kgSHiCztLuoZyB4%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-02T01:24:17.541Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Bobby Knight", 4 | "EFL Cup", 5 | "Arsenal" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surrealist painting depicting Bobby Knight dressed in Arsenal attire holding the EFL Cup above his head amidst a dreamlike landscape.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-aOdjekHtXwDWJl8TPry6Vp09.png?st=2023-11-02T00%3A24%3A17Z&se=2023-11-02T02%3A24%3A17Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-01T22%3A30%3A16Z&ske=2023-11-02T22%3A30%3A16Z&sks=b&skv=2021-08-06&sig=26LKcSNWibCaJljj69Eq84pgNm7sZgtSrvjbLTX4Vf0%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-04T01:24:07.961Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Spurs", 4 | "Priscilla Presley", 5 | "BlizzCon 2023" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, a swirling night sky backdrop features a majestic photo-realistic portrait of Priscilla Presley adorned in Spurs, gazing up towards the BlizzCon 2023 logo twinkling like stars.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-zGXODbTB1csTo1T7jjQ9jCJW.png?st=2023-11-04T00%3A24%3A07Z&se=2023-11-04T02%3A24%3A07Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-04T00%3A16%3A14Z&ske=2023-11-05T00%3A16%3A14Z&sks=b&skv=2021-08-06&sig=PApJNNHmyxjvcVYAreTzC0ebIRxIC0Gy6Q4q0nPIYp8%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-11T18:16:27.850Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Lakers", 4 | "Tottenham", 5 | "Michael Thomas" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, I would describe a painting of a Lakers game set against the backdrop of a starry night sky: \"A swirling sea of blue and gold jerseys clash amidst a dazzling display of celestial bodies and luminous lights, capturing the electric energy of a Lakers game under the night sky, painted with Van Gogh's masterful brushstrokes.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-68xFnPt81W6pPTuSMJ8FE5qQ.png?st=2023-11-11T17%3A16%3A27Z&se=2023-11-11T19%3A16%3A27Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-10T21%3A39%3A56Z&ske=2023-11-11T21%3A39%3A56Z&sks=b&skv=2021-08-06&sig=kG961CuBqBOaSMPKJlPqbzFPwrY6rCbAp5w0iaKt58s%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-12T01:06:59.562Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Lakers", 4 | "Real Madrid", 5 | "D.J. Hayden" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali: \"A surrealistic painting of a floating basketball court, with Real Madrid and Lakers players battling it out while D.J. Hayden spins records in the background.\"", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-nUlbBeD5Qru0sFTmp9ubC1JU.png?st=2023-11-12T00%3A06%3A59Z&se=2023-11-12T02%3A06%3A59Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-11T21%3A44%3A24Z&ske=2023-11-12T21%3A44%3A24Z&sks=b&skv=2021-08-06&sig=OwO%2BNKZKRCmrIfwCDpMh%2BnrD4VL/%2BGY6eRqmvy5gvyw%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-12T01:27:59.502Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Lakers", 4 | "Real Madrid", 5 | "D.J. Hayden" 6 | ], 7 | "imagePrompt": "In the style of Vincent van Gogh, \"The Starry Lakers Night\" depicts a dreamy midnight sky over the Staples Center, with LeBron and Anthony Davis silhouetted in purple and gold, gazing up in awe alongside a vibrant yellow moon.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-hJbukiY1nGrAPcUZJLFYLCV6.png?st=2023-11-12T00%3A27%3A59Z&se=2023-11-12T02%3A27%3A59Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-11T21%3A48%3A59Z&ske=2023-11-12T21%3A48%3A59Z&sks=b&skv=2021-08-06&sig=mPua2oE0bZM0sPJ19nIqd9hc2tJpiZvRacj5RDXuNg0%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-12T05:01:12.059Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Lakers", 4 | "Alex Pereira", 5 | "Gordon Ramsay" 6 | ], 7 | "imagePrompt": "In the style of Salvador Dali, I would describe a surrealist piece featuring a giant basketball painted in the Lakers' signature yellow and purple, with Alex Pereira as the captain of the team floating above it, and a towering Gordon Ramsay yelling instructions from the sidelines.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-8A0Nm83auyQ9FtaZtAJ67qbv.png?st=2023-11-12T04%3A01%3A12Z&se=2023-11-12T06%3A01%3A12Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-11T16%3A19%3A48Z&ske=2023-11-12T16%3A19%3A48Z&sks=b&skv=2021-08-06&sig=ESj6gG%2Bno6zM7IX1jCkMNc4pkOQVBn2OJSH8lCaMKKM%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-12T18:41:16.157Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topThree": [ 3 | "Patriots", 4 | "Warriors", 5 | "Jimbo Fisher" 6 | ], 7 | "imagePrompt": "In the style of Vincent Van Gogh: \nA vibrant and tumultuous depiction of a fierce battle between the Patriots and the Warriors, with Coach Jimbo Fisher standing stoically on the sidelines, all rendered in Van Gogh's iconic swirling brushstrokes.", 8 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-6EOja47A31r5cFcPmdZLvJeb.png?st=2023-11-12T17%3A41%3A16Z&se=2023-11-12T19%3A41%3A16Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-12T12%3A49%3A10Z&ske=2023-11-13T12%3A49%3A10Z&sks=b&skv=2021-08-06&sig=/ZT8OwTrt5zNzI6dO6c/3kPdFz0YUkj9KZGHVIvGnjE%3D" 9 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-14T01:24:53.771Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Lakers", 5 | "articles": [ 6 | { 7 | "title": "The mind-boggling number of free throws in favor of the Lakers after ..." 8 | }, 9 | { 10 | "title": "Former Lakers Guard Getting Flamed on Social Media for Recent Post" 11 | } 12 | ] 13 | }, 14 | { 15 | "query": "Government shutdown", 16 | "articles": [ 17 | { 18 | "title": "Speaker Mike Johnson enters big government shutdown test days ..." 19 | }, 20 | { 21 | "title": "US House speaker's plan to avoid shutdown gains some Democratic ..." 22 | }, 23 | { 24 | "title": "Avoiding a government shutdown is first major test for House ..." 25 | }, 26 | { 27 | "title": "House Speaker Mike Johnson's plan to avert government shutdown ..." 28 | }, 29 | { 30 | "title": "This Week: Government Shutdown Threat Poses Test for Speaker ..." 31 | }, 32 | { 33 | "title": "Government Shutdown Risk Looms Ahead of Nov. 17 Deadline" 34 | }, 35 | { 36 | "title": "House Republicans look to pass 2-step package to avoid November ..." 37 | } 38 | ] 39 | }, 40 | { 41 | "query": "Seattle Seahawks", 42 | "articles": [ 43 | { 44 | "title": "Seahawks Notebook: Carroll on Jason Peters, Dre Jones, injuries" 45 | } 46 | ] 47 | }, 48 | { 49 | "query": "Nuggets", 50 | "articles": [ 51 | { 52 | "title": "Sources - Nuggets' Michael Malone to be among highest-paid ..." 53 | }, 54 | { 55 | "title": "Reports: Nuggets, coach Michael Malone agree to contract extension" 56 | }, 57 | { 58 | "title": "Nuggets, head coach Michael Malone reportedly reach extension ..." 59 | }, 60 | { 61 | "title": "Nuggets make Michael Malone one of NBA's highest-paid coaches ..." 62 | }, 63 | { 64 | "title": "Michael Malone reportedly agrees to contract extension with Denver ..." 65 | }, 66 | { 67 | "title": "Nuggets, Michael Malone Agree to Contract Extension, per Report" 68 | }, 69 | { 70 | "title": "Nuggets, coach Michael Malone agree to contract extension: Source" 71 | } 72 | ] 73 | }, 74 | { 75 | "query": "Suella Braverman", 76 | "articles": [ 77 | { 78 | "title": "Suella Braverman, Britain's hardline home secretary, fired as ex-PM ..." 79 | }, 80 | { 81 | "title": "UK Interior Minister Suella Braverman fired after she accused ..." 82 | }, 83 | { 84 | "title": "UK's Sunak brings back Cameron, sacks Braverman" 85 | }, 86 | { 87 | "title": "UK minister Suella Braverman fired: Here's what to know" 88 | }, 89 | { 90 | "title": "Ex-Prime Minister David Cameron makes shocking return to U.K. ..." 91 | }, 92 | { 93 | "title": "Who is Suella Braverman?" 94 | }, 95 | { 96 | "title": "David Cameron returns as UK foreign secretary after Suella ..." 97 | }, 98 | { 99 | "title": "How War in the Middle East Got the British Home Secretary Fired" 100 | }, 101 | { 102 | "title": "Rightwing Tories meet in wake of Suella Braverman's sacking" 103 | }, 104 | { 105 | "title": "UK's Rishi Sunak fires Suella Braverman after row with police over ..." 106 | } 107 | ] 108 | } 109 | ], 110 | "imagePrompt": "\"Broken Government\" - A mixed media portrait of Suella Braverman with fragmented and overlapping newspaper clippings of the escalating government shutdown and political turmoil in the background.", 111 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-rUoVnFqyTS3UjKH0WAGQ0Ika.png?st=2023-11-14T00%3A24%3A53Z&se=2023-11-14T02%3A24%3A53Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-13T20%3A57%3A55Z&ske=2023-11-14T20%3A57%3A55Z&sks=b&skv=2021-08-06&sig=1ATEkMfXAeekoe3TB1bIBZtQn2IM%2BhrAYJIxOYLZp3k%3D", 112 | "archiveFilepath": "./archive/daily-dall-e-2023-11-14T01:24:53.771Z.png" 113 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-24T01:24:51.814Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "NFL", 5 | "articles": [ 6 | { 7 | "title": "2023 NFL season, Week 12: What We Learned from Packers' win ..." 8 | }, 9 | { 10 | "title": "NFL Thanksgiving games: Picks, schedule, injuries, fantasy - ESPN" 11 | }, 12 | { 13 | "title": "Amazon's Black Friday NFL game could change holiday shopping" 14 | }, 15 | { 16 | "title": "NFL Week 12 Thanksgiving game picks" 17 | }, 18 | { 19 | "title": "NFL Thanksgiving Day: 49ers and Seahawks battle it out to ..." 20 | }, 21 | { 22 | "title": "Amazon and NFL hoping to establish a tradition with the first Black ..." 23 | }, 24 | { 25 | "title": "NFL DFS picks, stacks, sleepers: Top 2023 Thanksgiving Day ..." 26 | }, 27 | { 28 | "title": "Do the Dallas Cowboys play NFL football today on Thanksgiving?" 29 | }, 30 | { 31 | "title": "Do the Green Bay Packers play NFL football today on Thanksgiving?" 32 | }, 33 | { 34 | "title": "Lions vs. Packers odds, line, spread: NFL picks, Thanksgiving Day ..." 35 | } 36 | ] 37 | }, 38 | { 39 | "query": "Dolly Parton", 40 | "articles": [ 41 | { 42 | "title": "Dolly Parton Wears Dallas Cowboys Cheerleader Uniform as She ..." 43 | }, 44 | { 45 | "title": "Dolly Parton to Kick Off 133rd Annual Salvation Army Red Kettle ..." 46 | }, 47 | { 48 | "title": "See Dolly Parton Dress as Dallas Cowboys Cheerleader for ..." 49 | }, 50 | { 51 | "title": "Dolly Parton puts on dazzling halftime performance during Cowboys ..." 52 | }, 53 | { 54 | "title": "Dolly Parton, dressed as iconic Dallas Cowboys cheerleader, rocks ..." 55 | }, 56 | { 57 | "title": "How to Watch Dolly Parton Perform at the Dallas Cowboys ..." 58 | }, 59 | { 60 | "title": "Dolly Parton performs halftime show in Dallas Cowboys cheerleader ..." 61 | } 62 | ] 63 | }, 64 | { 65 | "query": "Josh Giddey", 66 | "articles": [ 67 | { 68 | "title": "Josh Giddey scores 10 points in win over the Bulls" 69 | } 70 | ] 71 | }, 72 | { 73 | "query": "Green bean casserole", 74 | "articles": [ 75 | { 76 | "title": "What Can I Substitute for French Fried Onions in Green Bean ..." 77 | }, 78 | { 79 | "title": "Thanksgiving SOS: What Do I Do If My Green Bean Casserole Is ..." 80 | }, 81 | { 82 | "title": "Thanksgiving SOS: How To Fix Soupy Green Bean Casserole" 83 | } 84 | ] 85 | }, 86 | { 87 | "query": "Thanksgiving", 88 | "articles": [ 89 | { 90 | "title": "Acting Governor Eleni Kounalakis Proclaims Thanksgiving Day ..." 91 | }, 92 | { 93 | "title": "Thanksgiving Itinerary Suggestions from Your Mom" 94 | } 95 | ] 96 | } 97 | ], 98 | "imagePrompt": "Title: Thanksgiving Reverie\n\nDescription: A vivid, vibrant, and whimsical painting featuring a cornucopia overflowing with green bean casseroles, surrounded by whimsical caricatures of the famous cowboy mascot of the Dallas Cowboys and the well-loved country musician Dolly Parton, while showcasing the heartwarming Thanksgiving scene of families gathered around a table.", 99 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-JgU2eVd44lmZ5mFllOzzMora.png?st=2023-11-24T00%3A24%3A51Z&se=2023-11-24T02%3A24%3A51Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-23T20%3A15%3A51Z&ske=2023-11-24T20%3A15%3A51Z&sks=b&skv=2021-08-06&sig=qEnNMCouwsYqcUOyBQdUkzpJchByEHI5dp0vBALMBQE%3D", 100 | "archiveFilepath": "./archive/daily-dall-e-2023-11-24T01:24:51.814Z.png" 101 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-28T01:26:46.588Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Frank Reich", 5 | "articles": [ 6 | { 7 | "title": "Panthers fire Frank Reich after 1-10 start to first season in Carolina" 8 | }, 9 | { 10 | "title": "Panthers part ways with head coach Frank Reich" 11 | }, 12 | { 13 | "title": "Carolina Panthers fire head coach Frank Reich - ESPN" 14 | }, 15 | { 16 | "title": "Panthers fire Frank Reich in his first season with team off to NFL ..." 17 | }, 18 | { 19 | "title": "Panthers fire head coach Frank Reich after 1-10 start" 20 | }, 21 | { 22 | "title": "Frank Reich talks Panthers firing, says 'probably the final chapter' in ..." 23 | }, 24 | { 25 | "title": "Panthers fire Frank Reich: Ranking seven head coach candidates ..." 26 | } 27 | ] 28 | }, 29 | { 30 | "query": "Atlanta Falcons", 31 | "articles": [ 32 | { 33 | "title": "Empty Seats And Losses For Atlanta Falcons Will Trigger Job ..." 34 | } 35 | ] 36 | }, 37 | { 38 | "query": "Champions League", 39 | "articles": [ 40 | { 41 | "title": "Hallock, Gruwell Qualify For Champions League Final Eight" 42 | } 43 | ] 44 | }, 45 | { 46 | "query": "Jason J. Eaton", 47 | "articles": [ 48 | { 49 | "title": "Vermont man charged with attempted murder in shooting of students ..." 50 | }, 51 | { 52 | "title": "Vermont Man Charged With Attempted Murder for Shootings of ..." 53 | }, 54 | { 55 | "title": "Vermont Shooting Suspect Jason Eaton Was Harvard Intern and ..." 56 | }, 57 | { 58 | "title": "Video: Burlington, Vermont, shooting suspect Jason J. Eaton ..." 59 | }, 60 | { 61 | "title": "Arrest made in shooting of 3 men of Palestinian descent in ..." 62 | }, 63 | { 64 | "title": "Live Updates: Suspect arrested in shooting of students of ..." 65 | }, 66 | { 67 | "title": "Suspect pleads not guilty after three men of Palestinian descent shot ..." 68 | } 69 | ] 70 | }, 71 | { 72 | "query": "Knicks", 73 | "articles": [ 74 | { 75 | "title": "Who Wore It Best? Knicks #5" 76 | } 77 | ] 78 | } 79 | ], 80 | "imagePrompt": "\"The Final Chapter\" - A dark, moody painting in the style of Edvard Munch, featuring a football helmet with the Carolina Panthers logo lying discarded on the ground as a symbol of the team's disappointing season and the firing of their head coach Frank Reich, with ghost-like silhouettes of Panthers players fading into the background.", 81 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-r345mef0eNNjOWbabUdLCvJB.png?st=2023-11-28T00%3A26%3A46Z&se=2023-11-28T02%3A26%3A46Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-27T01%3A42%3A31Z&ske=2023-11-28T01%3A42%3A31Z&sks=b&skv=2021-08-06&sig=erDSujQVgTlwdWfwTWDipI7aJisf0Zcc4k5MHdy9eAo%3D", 82 | "archiveFilepath": "./archive/daily-dall-e-2023-11-28T01:26:46.588Z.png" 83 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-11-29T01:26:43.376Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Jimmy Carter", 5 | "articles": [ 6 | { 7 | "title": "Jimmy Carter attends memorial service for wife of 77 years ..." 8 | }, 9 | { 10 | "title": "Rosalynn Carter honored in private tribute service attended by ..." 11 | }, 12 | { 13 | "title": "Jimmy Carter to join presidents, first ladies and family in celebrating ..." 14 | }, 15 | { 16 | "title": "Rosalynn Carter: Jimmy Carter attends tribute service for wife of 77 ..." 17 | }, 18 | { 19 | "title": "'She believed in us and took care of us': Rosalynn Carter's loved ..." 20 | }, 21 | { 22 | "title": "Jimmy Carter makes rare public appearance at his wife's memorial" 23 | }, 24 | { 25 | "title": "Jimmy Carter, Biden and Clintons pay tribute at Rosalynn Carter ..." 26 | } 27 | ] 28 | }, 29 | { 30 | "query": "Charlie Munger", 31 | "articles": [ 32 | { 33 | "title": "Investor Charlie Munger, the longtime business partner of Warren ..." 34 | }, 35 | { 36 | "title": "Charlie Munger, who was Warren Buffett's right-hand man at ..." 37 | }, 38 | { 39 | "title": "Charlie Munger, Warren Buffet's sidekick at Berkshire Hathaway ..." 40 | }, 41 | { 42 | "title": "Charlie Munger, friend and business partner of Warren Buffett, dies" 43 | }, 44 | { 45 | "title": "Charlie Munger, investing genius and Warren Buffett's right-hand ..." 46 | }, 47 | { 48 | "title": "Charlie Munger, legendary investor and Warren Buffett's deputy at ..." 49 | }, 50 | { 51 | "title": "Charlie Munger, Warren Buffett's right-hand man at Berkshire ..." 52 | } 53 | ] 54 | }, 55 | { 56 | "query": "Lakers", 57 | "articles": [ 58 | { 59 | "title": "Holiday Skate with the Lakers fundraiser set for Dec. 10" 60 | } 61 | ] 62 | }, 63 | { 64 | "query": "UEFA Champions League", 65 | "articles": [ 66 | { 67 | "title": "Alineaciones probables de la quinta jornada de la UEFA ..." 68 | } 69 | ] 70 | }, 71 | { 72 | "query": "Patrick Kane", 73 | "articles": [ 74 | { 75 | "title": "Patrick Kane signs deal with Red Wings - ESPN" 76 | }, 77 | { 78 | "title": "Motown bound! Patrick Kane signs one-year deal with Detroit Red ..." 79 | }, 80 | { 81 | "title": "Patrick Kane, Red Wings agree to 1-year deal, per sources: How he ..." 82 | }, 83 | { 84 | "title": "Ex-Blackhawks Stanley Cup champ Patrick Kane signing with Red ..." 85 | }, 86 | { 87 | "title": "Former Blackhawks star Patrick Kane makes free agent decision ..." 88 | }, 89 | { 90 | "title": "Patrick Kane reportedly signing one-year deal with Red Wings" 91 | }, 92 | { 93 | "title": "Report: Patrick Kane signing with the Detroit Red Wings" 94 | } 95 | ] 96 | } 97 | ], 98 | "imagePrompt": "\"In the spirit of Pablo Picasso's cubism, this piece portrays former president Jimmy Carter and investor Charlie Munger in a bold and abstract style that captures their influential legacies in a fresh and engaging way.\"", 99 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-06qoO1O8ylaWxLOpL1SOwYD4.png?st=2023-11-29T00%3A26%3A43Z&se=2023-11-29T02%3A26%3A43Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-11-28T18%3A36%3A22Z&ske=2023-11-29T18%3A36%3A22Z&sks=b&skv=2021-08-06&sig=gOYi0f7R0Gm8k8vFKhL4yQ9L9KABTF1Auc/rAoQcCBA%3D", 100 | "archiveFilepath": "./archive/daily-dall-e-2023-11-29T01:26:43.376Z.png" 101 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-12-02T01:24:23.239Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Dallas Cowboys", 5 | "articles": [ 6 | { 7 | "title": "Dallas Cowboys Making White-Hot History With Home Wins; Now ..." 8 | } 9 | ] 10 | }, 11 | { 12 | "query": "Sandra Day O'Connor", 13 | "articles": [ 14 | { 15 | "title": "Sandra Day O'Connor, born in El Paso, remains point of civic pride" 16 | }, 17 | { 18 | "title": "Reflections From My Interview With Trailblazing Supreme Court ..." 19 | }, 20 | { 21 | "title": "Governor Newsom Statement on Passing of U.S. Supreme Court ..." 22 | }, 23 | { 24 | "title": "Sandra Day O'Connor, who made history as the first woman on the ..." 25 | }, 26 | { 27 | "title": "Sandra Day O'Connor, first female Supreme Court justice, dies at 93" 28 | }, 29 | { 30 | "title": "Former Justice Sandra Day O'Connor, first woman on the Supreme ..." 31 | }, 32 | { 33 | "title": "Sandra Day O'Connor's Legacy Was Undermined by Court's ..." 34 | }, 35 | { 36 | "title": "Falleció Sandra Day O'Connor, la primera mujer juez en la Corte ..." 37 | }, 38 | { 39 | "title": "Sandra Day O'Connor, primera jueza en llegar a la Corte Suprema ..." 40 | }, 41 | { 42 | "title": "Muere la jueza Sandra Day O'Connor" 43 | } 44 | ] 45 | }, 46 | { 47 | "query": "Warriors", 48 | "articles": [ 49 | { 50 | "title": "Zach Lowe -- Warriors guard who should be playing more; Orlando's ..." 51 | }, 52 | { 53 | "title": "Clippers search for better defense in rematch with Warriors" 54 | }, 55 | { 56 | "title": "Klay offers strong response to doubters in Warriors' win vs. Clippers" 57 | }, 58 | { 59 | "title": "Warriors Suffer Heartbreak Loss in Shootout with Lyon" 60 | }, 61 | { 62 | "title": "Steph Curry Gives Massive Praise to Rising Young Star" 63 | }, 64 | { 65 | "title": "How the Warriors' big three went big-game hunting against the ..." 66 | }, 67 | { 68 | "title": "2023-24 NLL Preview: Warriors Reshaped Under New Head Coach ..." 69 | }, 70 | { 71 | "title": "Warriors' Kevon Looney: Minimal factor in win" 72 | }, 73 | { 74 | "title": "Jonathan Kuminga, Brandin Podziemski play key role in Warriors ..." 75 | }, 76 | { 77 | "title": "Klay Thompson's Clutch 4Q Hyped By Steph Curry, Fans as ..." 78 | } 79 | ] 80 | }, 81 | { 82 | "query": "Elf On the shelf", 83 | "articles": [ 84 | { 85 | "title": "Clem, EPD's 'Elf on the Shelf, returns for more holiday shenanigans" 86 | } 87 | ] 88 | }, 89 | { 90 | "query": "Oregon vs Washington", 91 | "articles": [ 92 | { 93 | "title": "Oregon vs. Washington prediction, pick, spread, Pac-12 ..." 94 | }, 95 | { 96 | "title": "How to watch tonight's Oregon Ducks vs. Washington Huskies game ..." 97 | }, 98 | { 99 | "title": "Oregon vs. Washington Live updates and game tracker: Pac-12 ..." 100 | }, 101 | { 102 | "title": "Oregon vs. Washington: Pac-12 Championship Odds, Lines, Picks ..." 103 | }, 104 | { 105 | "title": "Oregon vs. Washington: Pac-12 Championship Game Prediction, Pick" 106 | }, 107 | { 108 | "title": "Oregon vs. Washington: How to watch the Pac-12 Championship ..." 109 | }, 110 | { 111 | "title": "Best Bets for the Oregon vs. Washington Game – December 1" 112 | } 113 | ] 114 | } 115 | ], 116 | "imagePrompt": "\"Elves on the Supreme Court\" - a satirical painting portraying Sandra Day O'Connor as an elf sitting amongst her fellow justices while holding an Elf on the Shelf, commenting on the juxtaposition of the holiday spirit and the seriousness of the judiciary system.", 117 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-K8IHhLFIalBTbJjTlSED2C5t.png?st=2023-12-02T00%3A24%3A23Z&se=2023-12-02T02%3A24%3A23Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-12-01T22%3A38%3A24Z&ske=2023-12-02T22%3A38%3A24Z&sks=b&skv=2021-08-06&sig=xpEE0Ow38aI8elNUxs/Rafar2XOYtaR25WWIy%2Bf6JK8%3D", 118 | "archiveFilepath": "./archive/daily-dall-e-2023-12-02T01:24:23.239Z.png" 119 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-12-05T01:27:28.818Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Kansas City chiefs", 5 | "articles": [ 6 | { 7 | "title": "All About Clark Hunt, Chairman and CEO of the Kansas City Chiefs" 8 | } 9 | ] 10 | }, 11 | { 12 | "query": "GTA 6", 13 | "articles": [ 14 | { 15 | "title": "The first GTA 6 trailer is here" 16 | }, 17 | { 18 | "title": "Rockstar Drops 'GTA 6' Trailer Live After Leaks, Plus Release Date ..." 19 | }, 20 | { 21 | "title": "GTA 6: Watch Rockstar's first trailer for the next Grand Theft Auto" 22 | }, 23 | { 24 | "title": "GTA 6: Rockstar Officially Unveils First Trailer Early After Leak - IGN" 25 | }, 26 | { 27 | "title": "GTA 6 Trailer Length Revealed" 28 | }, 29 | { 30 | "title": "GTA 6 Reveal Trailer Has More Likes Than GTA 5" 31 | }, 32 | { 33 | "title": "Watch Grand Theft Auto 6 now: Rockstar Games releases trailer ..." 34 | }, 35 | { 36 | "title": "GTA 6 ya tiene primer tráiler y fecha de salida: Rockstar arrasará ..." 37 | }, 38 | { 39 | "title": "GTA 6: Confirmada la fecha de lanzamiento del nuevo juego de ..." 40 | }, 41 | { 42 | "title": "Bombazo: Rockstar Games publica el tráiler de GTA VI antes de su ..." 43 | } 44 | ] 45 | }, 46 | { 47 | "query": "Pittsburgh Steelers", 48 | "articles": [ 49 | { 50 | "title": "Steelers Will Look at Outside QB3 Options" 51 | } 52 | ] 53 | }, 54 | { 55 | "query": "Bitcoin price", 56 | "articles": [ 57 | { 58 | "title": "Bitcoin Price Soars Past $41000 to 19-Month High" 59 | }, 60 | { 61 | "title": "The crypto industry is in the dumps. So why is bitcoin suddenly flying ..." 62 | }, 63 | { 64 | "title": "Bitcoin price surges above $42000 as rate cut bets fuel cross-asset ..." 65 | }, 66 | { 67 | "title": "Bitcoin Price Nips $42000 — 20-Month High; Crypto Stocks Spike ..." 68 | }, 69 | { 70 | "title": "What's behind the Bitcoin price surge? Has surpassed $41000" 71 | }, 72 | { 73 | "title": "Stock Market Today: Indexes Start Week Lower, Led Lower by Nasdaq" 74 | }, 75 | { 76 | "title": "Bitcoin price just hit $41000 for the first time in 18 months" 77 | } 78 | ] 79 | }, 80 | { 81 | "query": "Kyle McCord", 82 | "articles": [ 83 | { 84 | "title": "Ohio State quarterback Kyle McCord enters transfer portal after the ..." 85 | }, 86 | { 87 | "title": "Ohio State starting QB Kyle McCord enters transfer portal - ESPN" 88 | }, 89 | { 90 | "title": "Ohio State QB Kyle McCord enters NCAA transfer portal" 91 | }, 92 | { 93 | "title": "Kyle McCord enters transfer portal: Ohio State QB expected to be ..." 94 | }, 95 | { 96 | "title": "Why is Kyle McCord transferring? Ohio State QB enters portal amid ..." 97 | }, 98 | { 99 | "title": "Ohio State QB Kyle McCord puts name in transfer portal" 100 | }, 101 | { 102 | "title": "Kyle McCord, Ohio State QB and St. Joe's Prep product, in NCAA ..." 103 | } 104 | ] 105 | } 106 | ], 107 | "imagePrompt": "\"Digital Dreams\" - a vibrant and abstract digital artwork that depicts the rise and fall of Bitcoin's price amidst the sleek backdrop of GTA 6's iconic skyline.", 108 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-2WMvJNLnIOKZVuUcxzMiHrAg.png?st=2023-12-05T00%3A27%3A28Z&se=2023-12-05T02%3A27%3A28Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-12-04T12%3A20%3A53Z&ske=2023-12-05T12%3A20%3A53Z&sks=b&skv=2021-08-06&sig=NdC97NHV0y%2BzOw/pr%2BsA/BpTp9plp63Q5aN1khZfT0k%3D", 109 | "archiveFilepath": "./archive/daily-dall-e-2023-12-05T01:27:28.818Z.png" 110 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-12-06T01:26:37.592Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Arsenal", 5 | "articles": [ 6 | { 7 | "title": "Rice continues to make mark for Arsenal in winner vs. Luton - ESPN" 8 | }, 9 | { 10 | "title": "Arsenal go five clear as Rice seals seven-goal thriller at Luton" 11 | }, 12 | { 13 | "title": "Heartbreak for Luton Town as Arsenal win 4-3 thriller in stoppage time" 14 | }, 15 | { 16 | "title": "Rice scores late winner for Arsenal in 4-3 victory over Luton in ..." 17 | }, 18 | { 19 | "title": "Luton vs Arsenal live reaction: Rice scores last-second winning goal ..." 20 | }, 21 | { 22 | "title": "Arsenal vs. Luton Town prediction, odds, start time: 2023 English ..." 23 | }, 24 | { 25 | "title": "How To Watch Arsenal Vs. Luton Town Live" 26 | } 27 | ] 28 | }, 29 | { 30 | "query": "House explosion Arlington, Va", 31 | "articles": [ 32 | { 33 | "title": "Man believed to have fired shots before a Virginia house exploded ..." 34 | }, 35 | { 36 | "title": "Police Issue Preliminary Statement on Home Explosion" 37 | }, 38 | { 39 | "title": "Resident Presumed Dead in Arlington, Va., House Explosion" 40 | }, 41 | { 42 | "title": "House explosion rocks Virginia neighborhood as police try to serve ..." 43 | }, 44 | { 45 | "title": "Police ID suspect in Arlington, Va., house explosion: Here's what to ..." 46 | }, 47 | { 48 | "title": "Virginia House Explosion Destroys Home as Police Conduct Search" 49 | }, 50 | { 51 | "title": "Suspect killed in house explosion as police in Arlington, Virginia, try ..." 52 | } 53 | ] 54 | }, 55 | { 56 | "query": "Earthquake", 57 | "articles": [ 58 | { 59 | "title": "35 Disney rides temporarily shut down after earthquake hits ..." 60 | }, 61 | { 62 | "title": "Iliamna Volcano M2.7 | Alaska Earthquake Center" 63 | }, 64 | { 65 | "title": "Earthquake strikes near Disneyland, temporarily closing some rides" 66 | }, 67 | { 68 | "title": "Magnitude 5.1 earthquake rattles Hawaii's Big Island" 69 | }, 70 | { 71 | "title": "Paleoseismic investigations through earthquake induced ..." 72 | }, 73 | { 74 | "title": "What to do in an earthquake at Disneyland?" 75 | }, 76 | { 77 | "title": "Magnitude 5.1 earthquake shakes Big Island of Hawaii" 78 | }, 79 | { 80 | "title": "Two separate earthquakes, magnitudes 5.1 and 3.5, hit Hawaii ..." 81 | }, 82 | { 83 | "title": "No damage or risk of tsunami after magnitude 5.1 earthquake on ..." 84 | }, 85 | { 86 | "title": "California earthquake: where was it felt and which areas were ..." 87 | } 88 | ] 89 | }, 90 | { 91 | "query": "Euphoria", 92 | "articles": [ 93 | { 94 | "title": "Queer bodies: a call for euphoria – Southside Pride" 95 | } 96 | ] 97 | }, 98 | { 99 | "query": "Denny Laine", 100 | "articles": [ 101 | { 102 | "title": "Denny Laine, Wings and Moody Blues musician, dies age 79" 103 | }, 104 | { 105 | "title": "Denny Laine, of Paul McCartney's Wings and Moody Blues, Dies at 79" 106 | }, 107 | { 108 | "title": "Denny Laine, star musician with Moody Blues and Wings, dies aged ..." 109 | }, 110 | { 111 | "title": "Denny Laine Dead: Wings, Moody Blues Rock Legend Was 79" 112 | }, 113 | { 114 | "title": "Denny Laine of Wings and Moody Blues dies at 79" 115 | }, 116 | { 117 | "title": "Wings and Moody Blues Co-Founder Denny Laine Dead at 79" 118 | }, 119 | { 120 | "title": "Denny Laine, founding member of the Moody Blues and Paul ..." 121 | } 122 | ] 123 | } 124 | ], 125 | "imagePrompt": "\"Incendiary Quakes of Euphoria\" - A mixed media piece featuring a chaotic and explosive scene of Disneyland rides being rattled by earthquakes, set to a psychedelic background and a haunting melody from Denny Laine.", 126 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-S9R2c6Bf2MhiWZoXlTMao8Mv.png?st=2023-12-06T00%3A26%3A37Z&se=2023-12-06T02%3A26%3A37Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-12-05T19%3A51%3A07Z&ske=2023-12-06T19%3A51%3A07Z&sks=b&skv=2021-08-06&sig=2/igJPC9adXsX5LPIo/1jud%2B7CBVMeZAkLCeITBo0eg%3D", 127 | "archiveFilepath": "./archive/daily-dall-e-2023-12-06T01:26:37.592Z.png" 128 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-12-08T01:26:41.367Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Pearl Harbor Day", 5 | "articles": [ 6 | { 7 | "title": "Governor Newsom Proclaims Pearl Harbor Remembrance Day ..." 8 | }, 9 | { 10 | "title": "A Proclamation on National Pearl Harbor Remembrance Day, 2023" 11 | }, 12 | { 13 | "title": "Pearl Harbor attack: Centenarian survivors are returning to honor ..." 14 | }, 15 | { 16 | "title": "'With us in spirit': Pearl Harbor day of remembrance ceremony held ..." 17 | }, 18 | { 19 | "title": "Tuskegee Airman salutes during Pearl Harbor Day ceremony in ..." 20 | }, 21 | { 22 | "title": "National Pearl Harbor Remembrance Day" 23 | }, 24 | { 25 | "title": "Anniversary of Pearl Harbor attack: Virginia War Museum hosting ..." 26 | }, 27 | { 28 | "title": "Rochester Yacht Club honors veterans on Pearl Harbor Day" 29 | } 30 | ] 31 | }, 32 | { 33 | "query": "Hanukkah 2023", 34 | "articles": [ 35 | { 36 | "title": "Hanukkah Lights 2023" 37 | }, 38 | { 39 | "title": "First night of Hanukkah starts at sundown, menorah lightings held ..." 40 | }, 41 | { 42 | "title": "Hanukkah 2023" 43 | }, 44 | { 45 | "title": "Hanukkah 2023: What is it? How is it celebrated? What to know ..." 46 | }, 47 | { 48 | "title": "Hanukkah 2023: Celebrate around Greater Cincinnati with these ..." 49 | }, 50 | { 51 | "title": "4 ways to celebrate Hanukkah 2023 in Richmond" 52 | }, 53 | { 54 | "title": "This year's Hanukkah celebrations are tempered by Israel's war with ..." 55 | }, 56 | { 57 | "title": "How a war thousands of miles away is changing the way some ..." 58 | }, 59 | { 60 | "title": "Father creates 'Project Menorah' to keep lights shining bright during ..." 61 | }, 62 | { 63 | "title": "LIST: Hanukkah events in San Diego for 2023" 64 | } 65 | ] 66 | }, 67 | { 68 | "query": "Steelers", 69 | "articles": [ 70 | { 71 | "title": "Little scoring forecast for Pats-Steelers as low over/under set - ESPN" 72 | }, 73 | { 74 | "title": "PRO Predictions: Week 14 picks for Patriots vs. Steelers" 75 | }, 76 | { 77 | "title": "How to watch today's New England Patriots vs. Pittsburgh Steelers ..." 78 | }, 79 | { 80 | "title": "Thursday Night Football: Patriots vs. Steelers score, highlights, news ..." 81 | }, 82 | { 83 | "title": "Steelers vs. Patriots odds, line, spread: Thursday Night Football ..." 84 | }, 85 | { 86 | "title": "Patriots vs. Steelers live score updates on Thursday Night Football ..." 87 | }, 88 | { 89 | "title": "Patriots vs. Steelers updates: Predictions, odds, how to watch ..." 90 | } 91 | ] 92 | }, 93 | { 94 | "query": "Game Awards 2023", 95 | "articles": [ 96 | { 97 | "title": "How to Watch the 2023 Game Awards Live Free Online" 98 | }, 99 | { 100 | "title": "The Game Awards 2023: the biggest news, trailers, and ..." 101 | }, 102 | { 103 | "title": "The Game Awards Thread (2023)" 104 | }, 105 | { 106 | "title": "How to watch The Game Awards 2023, the biggest night in video ..." 107 | }, 108 | { 109 | "title": "The Game Awards 2023: Here's the complete list of winners" 110 | }, 111 | { 112 | "title": "The Game Awards 2023: How to watch live, view the nominees" 113 | }, 114 | { 115 | "title": "The Game Awards 2023: All news, announcements, and trailers" 116 | } 117 | ] 118 | }, 119 | { 120 | "query": "Hanukkah", 121 | "articles": [ 122 | { 123 | "title": "Opinion: How I built my own tribe for Hanukkah in the Pacific ..." 124 | } 125 | ] 126 | } 127 | ], 128 | "imagePrompt": "\"Memories of Valor\" - A mixed media triptych depicting the bravery and sacrifice during the Pearl Harbor attack, featuring authentic artifacts and newspaper clippings.", 129 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-3b02LjF1YZ9yEl8KTrXEPCHs.png?st=2023-12-08T00%3A26%3A41Z&se=2023-12-08T02%3A26%3A41Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-12-07T16%3A42%3A40Z&ske=2023-12-08T16%3A42%3A40Z&sks=b&skv=2021-08-06&sig=WpbE%2BT%2BuxNvCPU2Xvc0HCsp2Z5%2BCBb4edMpL9jvRXPE%3D", 130 | "archiveFilepath": "./archive/daily-dall-e-2023-12-08T01:26:41.367Z.png" 131 | } -------------------------------------------------------------------------------- /data/daily-dall-e-2023-12-12T01:26:53.668Z.json: -------------------------------------------------------------------------------- 1 | { 2 | "topTrends": [ 3 | { 4 | "query": "Golden Globe nominations", 5 | "articles": [ 6 | { 7 | "title": "'Barbie' leads Golden Globe nominations with 9, followed closely by ..." 8 | }, 9 | { 10 | "title": "Golden Globes announce 2024 nominations. See the full list of ..." 11 | }, 12 | { 13 | "title": "The Walt Disney Company Earns 27 Golden Globe Award ..." 14 | }, 15 | { 16 | "title": "2024 Golden Globe Nominations: Leonardo DiCaprio, Margot ..." 17 | }, 18 | { 19 | "title": "Golden Globes Snub 'Swarm', 'Reservation Dogs' And More Despite ..." 20 | }, 21 | { 22 | "title": "The Biggest Snubs and Surprises of the 2024 Golden Globe ..." 23 | } 24 | ] 25 | }, 26 | { 27 | "query": "Keanu Reeves", 28 | "articles": [ 29 | { 30 | "title": "Bearded Keanu Reeves bundles up and more star snaps" 31 | } 32 | ] 33 | }, 34 | { 35 | "query": "The Day Before", 36 | "articles": [ 37 | { 38 | "title": "The Day Before pulled from Steam, Fntastic devs pull down trailers" 39 | }, 40 | { 41 | "title": "'The Day Before' Developer Shuts Down Four Days After Launch" 42 | }, 43 | { 44 | "title": "The Day Before Player Count Drops Almost 90% in 4 Days, Enters ..." 45 | }, 46 | { 47 | "title": "<i>The Day Before</i> dev Fntastic shuts down after game's launch ..." 48 | }, 49 | { 50 | "title": "The Day Before Dev Fntastic Is Shutting Down Just Days After Early ..." 51 | }, 52 | { 53 | "title": "The Day Before studio shutting down just four days after disastrous ..." 54 | }, 55 | { 56 | "title": "The Day Before Studio Shuts Down Days After Disastrous Launch" 57 | }, 58 | { 59 | "title": "The Day Before Takes Shot at Journalists" 60 | } 61 | ] 62 | }, 63 | { 64 | "query": "Kateri Poole", 65 | "articles": [ 66 | { 67 | "title": "Kateri Poole no longer with LSU women's basketball program, Kim ..." 68 | }, 69 | { 70 | "title": "Here's what the loss of Kateri Poole means for the LSU women's ..." 71 | }, 72 | { 73 | "title": "Everything we know about Kateri Poole's mysterious exit from LSU" 74 | }, 75 | { 76 | "title": "LSU's Kateri Poole no longer with team as Lady Tigers drama ..." 77 | }, 78 | { 79 | "title": "Angel Reese says goodbye to teammate no longer available to Kim ..." 80 | }, 81 | { 82 | "title": "Kim Mulkey: Kateri Poole 'no longer on' LSU basketball team" 83 | }, 84 | { 85 | "title": "Kim Mulkey confirms Kateri Poole no longer with LSU, Angel Reese ..." 86 | } 87 | ] 88 | }, 89 | { 90 | "query": "Claudine Gay", 91 | "articles": [ 92 | { 93 | "title": "Harvard Alumni Association 'unanimously and unequivocally ..." 94 | }, 95 | { 96 | "title": "What to Know About Claudine Gay, Harvard's Embattled President" 97 | }, 98 | { 99 | "title": "Pressure mounts on Harvard president Claudine Gay to step down" 100 | }, 101 | { 102 | "title": "Harvard faculty and alumni show support for president Claudine Gay ..." 103 | }, 104 | { 105 | "title": "Harvard Crimson reporters on following backlash to President ..." 106 | }, 107 | { 108 | "title": "Harvard faculty members urge university not to oust president ..." 109 | }, 110 | { 111 | "title": "Hundreds of faculty members sign letter in support of embattled ..." 112 | } 113 | ] 114 | } 115 | ], 116 | "imagePrompt": "In a stylized noir tableau, Keanu Reeves stands pensively under a stark streetlight, casting long shadows that blend seamlessly into the sleek, bold lines of a neon-lit city, encapsulating a silent narrative of isolation amongst fame.", 117 | "imageURL": "https://oaidalleapiprodscus.blob.core.windows.net/private/org-GubZmPRWUVNOaxuTZQft1mhH/user-svhGlULMN6Dk7UxZuNkm5YuH/img-fSrzqP0JZkgmo6g6Eny9NTjM.png?st=2023-12-12T00%3A26%3A53Z&se=2023-12-12T02%3A26%3A53Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-12-11T04%3A27%3A29Z&ske=2023-12-12T04%3A27%3A29Z&sks=b&skv=2021-08-06&sig=THReD45LdQcxLh8LGA3/0hJxypJ6xYC/ekpfnXD0v7Y%3D", 118 | "archiveFilepath": "./archive/daily-dall-e-2023-12-12T01:26:53.668Z.png" 119 | } -------------------------------------------------------------------------------- /instagram_client.ts: -------------------------------------------------------------------------------- 1 | // www.instagram.com/artdailydalle 2 | 3 | import { IgApiClient } from "npm:instagram-private-api@1.44.0"; 4 | import pngToJpeg from "npm:png-to-jpeg@1.0.1"; 5 | 6 | export interface InstagramClientConfig { 7 | username: string; 8 | password: string; 9 | } 10 | 11 | export class InstagramClient { 12 | config: InstagramClientConfig; 13 | client: IgApiClient; 14 | 15 | constructor(config: InstagramClientConfig) { 16 | this.config = config; 17 | this.client = new IgApiClient(); 18 | } 19 | 20 | async login(): Promise { 21 | const { username, password } = this.config; 22 | this.client.state.generateDevice(username); 23 | // this.client.state.proxyUrl = process.env.IG_PROXY; 24 | await this.client.simulate.preLoginFlow(); 25 | await this.client.account.login(username, password); 26 | await this.client.simulate.postLoginFlow(); 27 | } 28 | 29 | async uploadPhoto( 30 | imageFilepath: string, 31 | caption: string, 32 | hashtags: string[] 33 | ): Promise { 34 | await this.login(); 35 | 36 | const imageContents = await Deno.readFile(imageFilepath); 37 | const jpegContents = await pngToJpeg({ quality: 90 })(imageContents); 38 | 39 | await this.client.publish.photo({ 40 | file: jpegContents, 41 | caption: `${caption}\n\n${hashtags.map((h) => `#${h}`).join(" ")}`, 42 | }); 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /main.ts: -------------------------------------------------------------------------------- 1 | import { OpenAI } from "https://deno.land/x/openai@v4.16.1/mod.ts"; 2 | import { config } from "./config.ts"; 3 | import { TrendFinder } from "./trends_finder.ts"; 4 | 5 | const TOP_TRENDS_COUNT = 10; 6 | const LAST_POST_COUNT = 10; 7 | const DATA_DIR = "./data"; 8 | 9 | const trendsFinder = new TrendFinder(); 10 | const openai = new OpenAI({ apiKey: config.OPENAI_API_KEY }); 11 | 12 | const trends = await trendsFinder.find({ geo: "US" }); 13 | const topTrends = trends.slice(0, TOP_TRENDS_COUNT); 14 | 15 | const previousPosts = []; 16 | for await (const post of await Deno.readDir(DATA_DIR)) { 17 | if (!post.isFile) continue; 18 | 19 | const path = `${DATA_DIR}/${post.name}`; 20 | const file = await Deno.stat(path); 21 | const createdAt = file.birthtime; 22 | 23 | if (createdAt === null) throw new Error("No birthtime"); 24 | 25 | previousPosts.push({ path, createdAt }); 26 | } 27 | 28 | previousPosts.sort((a, b) => b.createdAt.getTime() - a.createdAt.getTime()); 29 | 30 | const previousImagePrompts = []; 31 | for await (const { path } of previousPosts.slice(0, LAST_POST_COUNT)) { 32 | const contents = await Deno.readTextFile(path); 33 | previousImagePrompts.push(JSON.parse(contents).imagePrompt); 34 | } 35 | 36 | const imagePromptChatCompletion = await openai.chat.completions.create({ 37 | model: config.OPENAI_MODEL, 38 | messages: [ 39 | { 40 | role: "user", 41 | content: 42 | "You are a pop culture artist that describes artwork verbally in the style of a famous artist of your choosing.", 43 | }, 44 | { 45 | role: "user", 46 | // OpenAI's safety system will reject these prompts 47 | content: "Do not feature famous female celebrities as a subject.", 48 | }, 49 | { 50 | role: "user", 51 | content: "Output only the description of the artwork and nothing else.", 52 | }, 53 | { 54 | role: "user", 55 | content: `Here are the ${TOP_TRENDS_COUNT} current pop culture trends for today: ${topTrends 56 | .map((t) => t.query) 57 | .join(", ")}`, 58 | }, 59 | { 60 | role: "user", 61 | content: `Here are the trending news articles for context: ${topTrends 62 | .flatMap((t) => t.articles) 63 | .map((a) => a.title) 64 | .join(", ")}`, 65 | }, 66 | { 67 | role: "user", 68 | content: `Here are your last ${LAST_POST_COUNT} art pieces: ${previousImagePrompts.join( 69 | ", " 70 | )}`, 71 | }, 72 | { 73 | role: "user", 74 | content: 75 | "In the style of a famous artist of your choosing, produce a concise one sentence description of a single piece of artwork that features the most interesting, non-sports related, news article.", 76 | }, 77 | ], 78 | }); 79 | 80 | const imagePrompt = imagePromptChatCompletion.choices[0].message.content!; 81 | console.log(`Generating image: ${imagePrompt}`); 82 | 83 | if (imagePrompt.includes("language model")) { 84 | throw new Error(imagePrompt); 85 | } 86 | 87 | const image = await openai.images.generate({ 88 | model: "dall-e-3", 89 | prompt: imagePrompt, 90 | n: 1, 91 | size: "1792x1024", 92 | quality: "hd", 93 | }); 94 | const imageURL = image.data[0].url; 95 | 96 | console.log(`Generated: ${imageURL}`); 97 | 98 | const date = new Date().toISOString(); 99 | 100 | const archiveFilepath = `./archive/daily-dall-e-${date}.png`; 101 | const archiveFile = await Deno.open(archiveFilepath, { 102 | write: true, 103 | create: true, 104 | }); 105 | 106 | if (imageURL) { 107 | const imageResponse = await fetch(imageURL); 108 | if (imageResponse.body) { 109 | await imageResponse.body.pipeTo(archiveFile.writable); 110 | } 111 | } 112 | 113 | await Deno.writeTextFile( 114 | `./data/daily-dall-e-${date}.json`, 115 | JSON.stringify({ topTrends, imagePrompt, imageURL, archiveFilepath }, null, 2) 116 | ); 117 | 118 | const outputFile = "./README.md"; 119 | const contents = await Deno.readTextFile(outputFile); 120 | 121 | const readmeContents = ` 122 | ## ${date.substring(0, 10)} 123 | 124 | ![Daily Dall-E](${archiveFilepath}) 125 | 126 | > ${imagePrompt} 127 | 128 | ${topTrends.map((t) => `1. ${t.query}`).join("\n")} 129 | `; 130 | 131 | await Deno.writeTextFile(outputFile, [readmeContents, contents].join("---\n")); 132 | 133 | console.log("Complete."); 134 | -------------------------------------------------------------------------------- /main_test.ts: -------------------------------------------------------------------------------- 1 | import { assertEquals } from "https://deno.land/std@0.161.0/testing/asserts.ts"; 2 | 3 | Deno.test(() => { 4 | assertEquals(true, true); 5 | }); 6 | -------------------------------------------------------------------------------- /trends_finder.ts: -------------------------------------------------------------------------------- 1 | import googleTrends from "npm:google-trends-api"; 2 | 3 | interface TrendingSearch { 4 | title: { query: string }; 5 | articles: { title: string }[]; 6 | } 7 | 8 | interface TrendingSearchesDay { 9 | trendingSearches: TrendingSearch[]; 10 | } 11 | 12 | interface GoogleTrendsResponse { 13 | trendingSearchesDays: TrendingSearchesDay[]; 14 | } 15 | 16 | export interface Filter { 17 | geo: string; 18 | } 19 | 20 | export interface TrendArticle { 21 | title: string; 22 | } 23 | 24 | export interface Trend { 25 | query: string; 26 | articles: TrendArticle[]; 27 | } 28 | 29 | export class TrendFinder { 30 | async find(filter: Filter): Promise { 31 | const response = await googleTrends.dailyTrends({ geo: filter.geo }); 32 | const parsed = JSON.parse(response).default as GoogleTrendsResponse; 33 | 34 | return parsed.trendingSearchesDays 35 | .flatMap((t) => t.trendingSearches) 36 | .map((t) => ({ 37 | query: t.title.query, 38 | articles: t.articles.map((a) => ({ title: a.title })), 39 | })); 40 | } 41 | } 42 | 43 | Deno.test(async function testClient() { 44 | const client = new TrendFinder(); 45 | const trends = await client.find({ geo: "US" }); 46 | console.log(trends); 47 | }); 48 | --------------------------------------------------------------------------------