{"id":25241616,"url":"https://github.com/hur/urlshort","last_synced_at":"2026-04-29T01:34:24.871Z","repository":{"id":43047782,"uuid":"217367660","full_name":"hur/urlshort","owner":"hur","description":"URL shortening web app built using Flask","archived":false,"fork":false,"pushed_at":"2022-12-08T09:52:01.000Z","size":46,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T16:39:21.298Z","etag":null,"topics":["flask","python","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/hur.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}},"created_at":"2019-10-24T18:31:13.000Z","updated_at":"2022-10-14T09:41:28.000Z","dependencies_parsed_at":"2023-01-25T06:15:39.887Z","dependency_job_id":null,"html_url":"https://github.com/hur/urlshort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hur/urlshort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hur%2Furlshort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hur%2Furlshort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hur%2Furlshort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hur%2Furlshort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hur","download_url":"https://codeload.github.com/hur/urlshort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hur%2Furlshort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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","python","url-shortener"],"created_at":"2025-02-11T21:12:14.442Z","updated_at":"2026-04-29T01:34:24.856Z","avatar_url":"https://github.com/hur.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URLshort\n![tests](https://github.com/hur/urlshort/workflows/tests/badge.svg)\n\nShortens URLs by taking translating database indexes to a radix-56 representation with a character set that improves readability.\n\nFor a live demo, see https://hur.wtf (for proper TLS, please use https://url-shortening-app.herokuapp.com/).\nThe demo runs on a free heroku dyno, which means that the dyno sleeps when not used and takes some time to restart.\n\n## How to setup development environment\n### Requirements\nPython 3 \u0026 virtualenv (recommended)\n### Steps\nClone the repository and cd into the directory:\n```\ngit clone https://github.com/hur/urlshort.git\ncd urlshort\n```\nSet up a virtual environment:\n\n`virtualenv venv`\n\nActivate the virtual environment:\n```\n(Windows / CMD):\nvenv\\Scripts\\activate\n(Mac OS / Unix):\nsource venv/bin/activate \n```\nInstall requirements:\n\n`pip install -r requirements.txt`\n\nSet up `.env` file with your secret key\n\n```\nSECRET_KEY = \"yoursecretkey\"\n```\nYou can generate a random secret key using Python:\n```\n\u003e\u003e\u003e import uuid\n\u003e\u003e\u003e uuid.uuid4().hex\n```\n\nConfigure your environment variables and `config.py` to suit your needs, e.g.\nif you wish to use a different database url.\nIt is recommended to set the `URL` environment variable to whatever url you are running the app in\n(e.g. `http://127.0.0.1:5000`)\nso that the app can provide correct output.\n\nTo initialize the database, use\n```\nflask createdb\n```\n\nRun the app using `flask run`. In some cases using `python -m flask run` instead may resolve issues that occur with `flask run`.\n\nFor running all tests, use `py.test`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhur%2Furlshort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhur%2Furlshort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhur%2Furlshort/lists"}