{"id":22038651,"url":"https://github.com/namratha2301/linktree-clone","last_synced_at":"2026-05-08T08:09:20.519Z","repository":{"id":265653781,"uuid":"879923379","full_name":"Namratha2301/linktree-clone","owner":"Namratha2301","description":"A Streamlit app to store all your personal links, similar to Linktr.ee.","archived":false,"fork":false,"pushed_at":"2024-10-29T15:05:48.000Z","size":383,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T19:15:48.870Z","etag":null,"topics":["css","python","streamlit"],"latest_commit_sha":null,"homepage":"https://linktree-clone-namratha.streamlit.app/","language":"Python","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/Namratha2301.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":"2024-10-28T19:39:24.000Z","updated_at":"2024-11-01T17:53:17.000Z","dependencies_parsed_at":"2024-11-30T11:07:06.405Z","dependency_job_id":"fe1603da-b783-4a90-9493-08bebd57e2a5","html_url":"https://github.com/Namratha2301/linktree-clone","commit_stats":null,"previous_names":["namratha2301/linktree-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namratha2301%2Flinktree-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namratha2301%2Flinktree-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namratha2301%2Flinktree-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namratha2301%2Flinktree-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Namratha2301","download_url":"https://codeload.github.com/Namratha2301/linktree-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104460,"owners_count":20561377,"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","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":["css","python","streamlit"],"created_at":"2024-11-30T11:07:03.147Z","updated_at":"2026-05-08T08:09:15.491Z","avatar_url":"https://github.com/Namratha2301.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Linktree clone\n\n\u003e A Streamlit app to store all your personal links, similar to [Linktr.ee](https://linktr.ee/).\n\n# Demo App \n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://linktree-clone-namratha.streamlit.app/)\n\n\u003cimg width=\"744\" alt=\"Screenshot 2024-10-29 at 8 33 12 PM\" src=\"https://github.com/user-attachments/assets/1ab314c9-f53d-4251-a139-7a9b4bf9c830\"\u003e\n\n\n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://linktree-clone-inonzmwvngkdpcfctwbggr.streamlit.app/#gowri-namratha-meedinti-cs-grad)\n\n# Getting Started\n\nFollow these steps to set up your own Streamlit links page:\n\n**Step 1**: [Generate a copy of this repository](https://github.com/Namratha2301/links/generate) and name it anything except `your-username.github.io`.\n\n**Step 2**: Customize your links page by editing the `streamlit_app.py` file:\n\n**Step 3**: Deploy to Streamlit Cloud\n\n1. Go to [Streamlit Cloud](https://streamlit.io/cloud) and log in to your account.\n2. Click on the **New app** button.\n3. Select the repository you created in the previous steps.\n4. Click on the **Deploy!** button.\n\nAfter a few moments, your new **links page** should be accessible.\n\n\n```python\nimport streamlit as st\nfrom st_functions import st_button, load_css\nfrom PIL import Image\n\nload_css()\n\nst.write(\"[![Star](https://img.shields.io/github/stars/dataprofessor/links.svg?logo=github\u0026style=social)](https://github.com/Namratha2301/links)\")\n\ncol1, col2, col3 = st.columns(3)\ncol2.image(Image.open('dp.png'))\n\nst.header('Gowri Namratha Meedinti, CS Grad')\nst.info('Cornell CS Grad; Versatile problem solver with a passion for creativity and innovation in data and technology.')\n\nicon_size = 24\n\n# GitHub Button\nst_button('github', 'https://github.com/Namratha2301', 'My GitHub', icon_size)\n\n# LinkedIn Button\nst_button('linkedin', 'https://www.linkedin.com/in/namrathameedinti', 'Connect on LinkedIn', icon_size)\n\n# Email Button\nst_button('email', 'mailto:gm568@cornell.edu', 'Email Me', icon_size)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamratha2301%2Flinktree-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamratha2301%2Flinktree-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamratha2301%2Flinktree-clone/lists"}