{"id":18792642,"url":"https://github.com/peakwinter/lnkr","last_synced_at":"2025-12-28T12:30:12.782Z","repository":{"id":152656205,"uuid":"54241940","full_name":"peakwinter/lnkr","owner":"peakwinter","description":"A simple Flask-powered link shortener","archived":false,"fork":false,"pushed_at":"2016-03-19T02:23:22.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T15:28:15.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peakwinter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-03-19T01:50:47.000Z","updated_at":"2016-03-19T01:51:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"94e74244-5b6f-40a6-92d8-8f96770cbcf5","html_url":"https://github.com/peakwinter/lnkr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakwinter%2Flnkr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakwinter%2Flnkr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakwinter%2Flnkr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peakwinter%2Flnkr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peakwinter","download_url":"https://codeload.github.com/peakwinter/lnkr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239718373,"owners_count":19685725,"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":[],"created_at":"2024-11-07T21:20:58.617Z","updated_at":"2025-12-28T12:30:12.716Z","avatar_url":"https://github.com/peakwinter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lnkr\n\nA no-frills short link creator. Built with Python (Flask).\n\n\n### Getting Started\n\nSystem Requirements: Python, virtualenv, SQLite3. Required Python modules are installed during the steps below.\n\n1. Clone this repo: `git clone https://github.com/peakwinter/lnkr`\n2. Create a virtualenv: `cd lnkr; virtualenv venv`\n3. Enter the virtualenv: `source venv/bin/activate`\n4. Install and link required modules: `pip install -r requirements.txt`\n5. Run the server: `lnkr run`\n\n\n### Methods\n\n * Follow a shortlink: **GET** `/go/{id}`\n * Get info on all registered shortlinks: **GET** `/links`\n * Get info on a particular shortlink: **GET** `/links/{id}`\n   * returns a JSON shortlink object, with `id`, `url` and `created` (timestamp)\n * Create a shortlink: **POST** `/links`\n   * Send `{\"shortlink\": {\"url\": \"http://mydomain.com\"}}` as JSON; returns the JSON shortlink object it just created.\n * Delete a shortlink: **DELETE** `/links/{id}`\n\nYou can also create a shortened link via the command line: `lnkr add $URL`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeakwinter%2Flnkr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeakwinter%2Flnkr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeakwinter%2Flnkr/lists"}