{"id":21108821,"url":"https://github.com/pshreyam/url-shortener","last_synced_at":"2026-04-29T14:36:16.855Z","repository":{"id":50134159,"uuid":"273009539","full_name":"pshreyam/url-shortener","owner":"pshreyam","description":"🔗 Shorten long urls","archived":false,"fork":false,"pushed_at":"2024-12-23T23:38:02.000Z","size":92,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T20:38:27.015Z","etag":null,"topics":["flask","oauth2","url-shortener"],"latest_commit_sha":null,"homepage":"","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/pshreyam.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-06-17T15:23:02.000Z","updated_at":"2024-11-07T14:47:16.000Z","dependencies_parsed_at":"2024-04-17T01:47:14.751Z","dependency_job_id":"8e0d541e-e493-4ad9-9a46-bd6c754090c0","html_url":"https://github.com/pshreyam/url-shortener","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pshreyam/url-shortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshreyam%2Furl-shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshreyam%2Furl-shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshreyam%2Furl-shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshreyam%2Furl-shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pshreyam","download_url":"https://codeload.github.com/pshreyam/url-shortener/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshreyam%2Furl-shortener/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32429245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["flask","oauth2","url-shortener"],"created_at":"2024-11-20T00:48:46.662Z","updated_at":"2026-04-29T14:36:16.840Z","avatar_url":"https://github.com/pshreyam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URL Shortener\n\nThe purpose of URL shorteners is to shorten certain URLs in order to make it easier for the users. Typically URL shortener services are deployed using shorter domain names.\n\n## Requirements and Dependencies\n\nRequirements are listed in [requirements.txt](./requirements.txt).\n\n```bash\npython3 -m venv venv\nsource ./venv/bin/activate\npip3 install -r requirements.txt\n```\n\n## Environment Variables\n\nSet your environment variables replacing your values in place of `xyz`.\n\n```bash\nexport SECRET_KEY=xyz\nexport GOOGLE_CLIENT_ID=xyz\nexport GOOGLE_CLIENT_SECRET=xyz\n```\n\nYou may also want to set some Flask environment variables.\n\n```bash\nexport FLASK_APP=app\nexport FLASK_ENV=development\n```\n\nAlternatively, you may use `.env` and `.flaskenv` files to store these environment variables respectively.\n\n## Create Database\n\nFrom the root of this project spawn up a python shell. Then type the following commands.\n\n```bash\npython3\n\n\u003e\u003e\u003e from app import db\n\u003e\u003e\u003e db.create_all()\n```\n\n## Run\n\n```bash\nflask run\n```\n\n## Restricted URLs\n\nAdd more restricted URLs as you can!\n\nPS: Add new URLs in new lines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshreyam%2Furl-shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpshreyam%2Furl-shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshreyam%2Furl-shortener/lists"}