{"id":16557693,"url":"https://github.com/aniket965/dynamic-github-profile","last_synced_at":"2025-10-13T11:10:17.244Z","repository":{"id":86327879,"uuid":"278388793","full_name":"Aniket965/Dynamic-Github-Profile","owner":"Aniket965","description":"Show dynamic Images on our GitHub profile special repository","archived":false,"fork":false,"pushed_at":"2020-07-09T16:53:11.000Z","size":15,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T23:24:14.944Z","etag":null,"topics":["dynamic-images","github","github-profile"],"latest_commit_sha":null,"homepage":"","language":null,"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/Aniket965.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}},"created_at":"2020-07-09T14:35:13.000Z","updated_at":"2022-04-26T09:36:07.000Z","dependencies_parsed_at":"2023-11-27T17:15:09.523Z","dependency_job_id":null,"html_url":"https://github.com/Aniket965/Dynamic-Github-Profile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aniket965/Dynamic-Github-Profile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aniket965%2FDynamic-Github-Profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aniket965%2FDynamic-Github-Profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aniket965%2FDynamic-Github-Profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aniket965%2FDynamic-Github-Profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aniket965","download_url":"https://codeload.github.com/Aniket965/Dynamic-Github-Profile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aniket965%2FDynamic-Github-Profile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014756,"owners_count":26085593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamic-images","github","github-profile"],"created_at":"2024-10-11T20:08:15.663Z","updated_at":"2025-10-13T11:10:17.216Z","avatar_url":"https://github.com/Aniket965.png","language":null,"readme":"# Dynamic Github Profile\n\u003e Refresh this page to see different Images\n\n![](https://bingimages.herokuapp.com/unsplash1)\n\n# What?\nwe can  show dynamic Images on our github profile special repository ```githubhandle/githubhandle```\nby creating an API which returns different images\n\nexample: \n\u003e using unsplash random images\n```md\nhttps://source.unsplash.com/random/800x400\n``` \nwill show a random image like this\n\n![](https://bingimages.herokuapp.com/unsplash2)\n\n## Ideas\nwe can use this and create various different kind of profiles, some examples of that are: -\n- Based on Time, we can create something like dynamic wallpapers in mac\n- Based on Festivals, we can greet our profile visitor and make something special on special occasions\n- Based on Birthdays, we can let our visitors know about our birthdays and create special effects on our profile\n- Based on Daily Wallpapers or Quotes, you can show a daily quote on your github profile\n- Based on News that you follow\n- Based On random Thing that you like \n    - example ```https://source.unsplash.com/random/800x400?star ```\n- Based on Your Latest Instagram post\n# How? \n\u003e for creating dynamic effect you have to host a server which returns your content\n\nCode Snippet for creating route in Express.js\n```js\napp.get(\"/unsplash\", (req, res) =\u003e {\n  request(\"https://source.unsplash.com/random/800x200\")\n    .on(\"response\", response =\u003e {\n      response.headers['Cache-Control'] = 'max-age=0, no-cache, no-store, must-revalidate'\n    })\n    .pipe(res);\n})\n```\n- **Note :-** set ```Cache-Control: max-age=0, no-cache, no-store, must-revalidate``` otherwise github will cache images for too long\n\n### More Ideas? Contact Twitter - [@aniket965as](https://twitter.com/aniket965as)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniket965%2Fdynamic-github-profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faniket965%2Fdynamic-github-profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniket965%2Fdynamic-github-profile/lists"}