{"id":19355618,"url":"https://github.com/micahcantor/dailypapers","last_synced_at":"2026-05-19T09:02:29.846Z","repository":{"id":79176125,"uuid":"276459760","full_name":"micahcantor/dailypapers","owner":"micahcantor","description":"Change your Chrome wallpaper to a top landscape photo from Reddit every day.","archived":false,"fork":false,"pushed_at":"2020-07-08T23:46:50.000Z","size":97410,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T04:19:37.989Z","etag":null,"topics":["browser-extension","chrome-extension","content-aware-resize","reddit","wallpapers"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micahcantor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T19:01:24.000Z","updated_at":"2022-06-08T19:20:55.000Z","dependencies_parsed_at":"2023-05-18T20:00:40.171Z","dependency_job_id":null,"html_url":"https://github.com/micahcantor/dailypapers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/micahcantor/dailypapers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahcantor%2Fdailypapers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahcantor%2Fdailypapers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahcantor%2Fdailypapers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahcantor%2Fdailypapers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micahcantor","download_url":"https://codeload.github.com/micahcantor/dailypapers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahcantor%2Fdailypapers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33209405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extension","chrome-extension","content-aware-resize","reddit","wallpapers"],"created_at":"2024-11-10T06:03:01.978Z","updated_at":"2026-05-19T09:02:29.813Z","avatar_url":"https://github.com/micahcantor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dailypapers\n\nChange your Chrome wallpaper to a top landscape photo from Reddit every day.\n\n![Logo](./cmd/daily/banner-logo.png)\n\n## How it works\n\nDailypapers uses a Go backend to pull the top landscape photo of the day from Reddit's r/EarthPorn. The program then resizes the photo to 1920x1080 using [caire](https://github.com/esimov/caire), a content aware image resizing library written in Go. The resized image is uploaded to Imgur, and its metadata to a MongoDB database which is sent to the client whenever a user opens a new tab.\n\nThis repository contains the code for both the backend (in /cmd) and the extension (in /client). The daily routine which uploads the new image is hosted on AWS Lambda, while the http server is hosted on Heroku.\n\n## Local Development\n\n`git clone https://github.com/micahcantor/dailypapers.git`, then:\n\n**To run the daily function**:\n- Move the contents in `daily()` in daily/main.go to `main()`\n- Either remove the `imgurUpload()` function or register your own app for the Imgur API.\n- Connect your own mongodb database in `getCollection()`\n- Run with `go run main.go`\n\n**To run the extension**\n- Go to chrome://extensions, and turn on 'Developer Mode'\n- Click 'Load unpacked' and select the folder dailypapers/client\n\n## Installation\nDailypapers is [available on the Chrome Web Store](https://chrome.google.com/webstore/detail/search-bar-for-classroom/dmlfplbdckbemkkhkojekbagnpldghnc).\n![webstore](https://raw.githubusercontent.com/micahcantor/ClassroomSearchbar/master/ChromeWebStoreBadge.png \"Webstore\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahcantor%2Fdailypapers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicahcantor%2Fdailypapers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahcantor%2Fdailypapers/lists"}