Skip to main content

Giteo: A CLI Client for GitHub's Git.io URL Shortener

Project description

Giteo

Table of Contents

About

Giteo is a CLI-based URL shortener written in Python which uses GitHub's git.io URL shortening service.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

  • Python 3.7+
  • Pipenv
  • Docker (Optional)

Development Setup

  1. Fork this repo
  2. Set up your Pipenv environment (pipenv install)
  3. Set up your Docker environment (docker build -t giteo:latest .) (Optional)

Installing

Bare Metal Install

pip install giteo

Docker Install

docker pull TuxOtaku/giteo:latest

Usage

Bare Metal

giteo --url <url_to_be_shortened> --code <shortened_url_suffix>

Docker

docker run --rm TuxOtaku/giteo:latest --url <url_to_be_shortened> --code <shortened_url_suffix>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

giteo-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

giteo-1.0.0-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page