{"id":28886379,"url":"https://github.com/boxingoctopuscreative/giteo","last_synced_at":"2026-05-19T10:35:28.474Z","repository":{"id":45215709,"uuid":"359293324","full_name":"BoxingOctopusCreative/giteo","owner":"BoxingOctopusCreative","description":"Giteo: Git.io URL Shortener CLI Client","archived":false,"fork":false,"pushed_at":"2023-02-23T19:42:45.000Z","size":60,"stargazers_count":2,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T23:04:56.680Z","etag":null,"topics":["command-line","command-line-tool","git-io","github","python","python3","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BoxingOctopusCreative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-04-19T01:27:16.000Z","updated_at":"2024-09-09T02:57:18.000Z","dependencies_parsed_at":"2023-07-12T21:01:23.492Z","dependency_job_id":null,"html_url":"https://github.com/BoxingOctopusCreative/giteo","commit_stats":null,"previous_names":["boxingoctopus/giteo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/BoxingOctopusCreative/giteo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoxingOctopusCreative%2Fgiteo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoxingOctopusCreative%2Fgiteo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoxingOctopusCreative%2Fgiteo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoxingOctopusCreative%2Fgiteo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoxingOctopusCreative","download_url":"https://codeload.github.com/BoxingOctopusCreative/giteo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoxingOctopusCreative%2Fgiteo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266649142,"owners_count":23962179,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["command-line","command-line-tool","git-io","github","python","python3","url-shortener"],"created_at":"2025-06-20T23:01:33.208Z","updated_at":"2026-04-22T03:33:05.763Z","avatar_url":"https://github.com/BoxingOctopusCreative.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Giteo\r\n\r\n[![GitHub version](https://badge.fury.io/gh/BoxingOctopus%2Fgiteo.svg)](https://badge.fury.io/gh/BoxingOctopus%2Fgiteo)\r\n[![PyPI version](https://badge.fury.io/py/giteo.svg)](https://badge.fury.io/py/giteo)\r\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/giteo)\r\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/giteo)\r\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/giteo)\r\n![Docker Image Version (latest semver)](https://img.shields.io/docker/v/tuxotaku/giteo)\r\n![PyPI - License](https://img.shields.io/pypi/l/giteo)\r\n![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/tuxotaku/giteo)\r\n[![Documentation Status](https://readthedocs.org/projects/giteo/badge/?version=latest)](https://giteo.readthedocs.io/en/latest/?badge=latest)\r\n\r\n## Table of Contents\r\n\r\n- [About](#about)\r\n- [Getting Started](#getting_started)\r\n- [Usage](#usage)\r\n- [Contributing](../CONTRIBUTING.md)\r\n\r\n## About \u003ca name = \"about\"\u003e\u003c/a\u003e\r\n\r\nGiteo is a CLI-based URL shortener written in Python which uses GitHub's [git.io](https://git.io) URL shortening service.\r\n\r\n## Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\r\n\r\nThese instructions will get you a copy of the project up and running on your local machine.\r\n\r\n### Prerequisites\r\n\r\n- Python 3.7+\r\n- Pipenv\r\n- Docker (Optional)\r\n\r\n### Development Setup\r\n\r\n1. Fork this repo\r\n2. Set up your Pipenv environment (`pipenv install`)\r\n3. Set up your Docker environment (`docker build -t giteo:latest .`) (Optional)\r\n\r\n### Installing\r\n\r\n#### Bare Metal Install\r\n\r\n`pip install giteo`\r\n\r\n#### Docker Install\r\n\r\n`docker pull TuxOtaku/giteo:latest`\r\n\r\n## Usage \u003ca name = \"usage\"\u003e\u003c/a\u003e\r\n\r\n### Bare Metal\r\n\r\n`giteo --url \u003curl_to_be_shortened\u003e --code \u003cshortened_url_suffix\u003e`\r\n\r\n### Docker\r\n`docker run --rm TuxOtaku/giteo:latest --url \u003curl_to_be_shortened\u003e --code \u003cshortened_url_suffix\u003e`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxingoctopuscreative%2Fgiteo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxingoctopuscreative%2Fgiteo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxingoctopuscreative%2Fgiteo/lists"}