{"id":21459742,"url":"https://github.com/stepanzubkov/florgon-cc-cli","last_synced_at":"2026-06-22T01:31:23.716Z","repository":{"id":147946605,"uuid":"616912420","full_name":"stepanzubkov/florgon-cc-cli","owner":"stepanzubkov","description":"CLI for modern url shortener \u0026\u0026 paste manager","archived":false,"fork":false,"pushed_at":"2024-02-23T14:15:01.000Z","size":136,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-23T06:55:30.804Z","etag":null,"topics":["cli","command-line","command-line-tool","python","url-shortener","urls"],"latest_commit_sha":null,"homepage":"","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/stepanzubkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-21T10:38:33.000Z","updated_at":"2025-09-06T14:31:03.000Z","dependencies_parsed_at":"2024-01-17T20:42:18.875Z","dependency_job_id":"a111084a-e7c4-4f5c-93e0-6da4560f3b3d","html_url":"https://github.com/stepanzubkov/florgon-cc-cli","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/stepanzubkov/florgon-cc-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Fflorgon-cc-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Fflorgon-cc-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Fflorgon-cc-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Fflorgon-cc-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stepanzubkov","download_url":"https://codeload.github.com/stepanzubkov/florgon-cc-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Fflorgon-cc-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34630770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cli","command-line","command-line-tool","python","url-shortener","urls"],"created_at":"2024-11-23T06:31:34.530Z","updated_at":"2026-06-22T01:31:23.697Z","avatar_url":"https://github.com/stepanzubkov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Florgon-CC-cli\n\n![](https://img.shields.io/badge/status-Alpha-yellow)\n![](https://img.shields.io/pypi/dm/florgon-cc-cli)\n![](https://img.shields.io/pypi/v/florgon-cc-cli)\n![](https://img.shields.io/pypi/status/florgon-cc-cli)\n![](https://img.shields.io/pypi/l/florgon-cc-cli)\n![](https://img.shields.io/pypi/pyversions/florgon-cc-cli)\n\nCommand line interface for https://cc.florgon.com/ service. **Florgon CC** is a powerful url shortener and paste manager. With Florgon CC you can browse your url or paste statistics in web interface or using this CLI. Also Florgon CC generates qr codes for urls. Its functionality is improved with **Florgon SSO**.\n\n## Installation\n\nFlorgon-cc-cli built with [click](https://github.com/pallets/click) framework and it is available for Linux, Windows and MacOS X.\n\nNow project is at the Pre-Alpha stage and you can download it directly from [Test PyPI](https://test.pypi.org/):\n\n```bash\npip install --index-url https://test.pypi.org/simple/ florgon-cc-cli\n```\nOr you can build newer version from sources. Remember this version may contains many bugs.\n\n```bash\npip install git+https://github.com/stepanzubkov/florgon-cc-cli.git#egg=florgon-cc-cli\n```\n\n## Usage\n\nOnce you have installed the library, you can get help like this:\n\n```bash\nflorgon-cc --help\n```\n\nCreate your first short url:\n\n```bash\nflorgon-cc url create stepanzubkov.github.io\n```\nOutput will be like this:\n```\nShort url: https://cc.florgon.com/o/x1xx23\nRedirects to: https://stepanzubkov.github.io\nExpires at: 2023-04-07 12:51:39.813468\n```\nPass *-o* flag to get only short url:\n\n```bash\nflorgon-cc url create https://nometa.xyz/ -o\n```\n\n## Contribution\n\nIf you find a bug, submit **Issue** here. We are welcome new contributors and testers. Also submit issues and **Pull Requests** to offer new features.\n\n[![GitHub issues by-label](https://img.shields.io/github/issues/stepanzubkov/florgon-cc-cli/good%20first%20issue)](https://github.com/stepanzubkov/florgon-cc-cli/issues?q=is%3Aopen+label%3A%22good+first+issue%22+sort%3Aupdated-desc)\n[![GitHub issues by-label](https://img.shields.io/github/issues/stepanzubkov/florgon-cc-cli/help%20wanted)](https://github.com/stepanzubkov/florgon-cc-cli/issues?q=is%3Aopen+label%3A%22help+wanted%22+sort%3Aupdated-desc+)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepanzubkov%2Fflorgon-cc-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstepanzubkov%2Fflorgon-cc-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepanzubkov%2Fflorgon-cc-cli/lists"}