fireflies-cli


Namefireflies-cli JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/trilogy-group/pocs
SummaryCommand line interface for Fireflies.ai
upload_time2024-12-19 18:55:18
maintainerNone
docs_urlNone
authorDavid Schwartz
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fireflies CLI

Command line interface for Fireflies.ai. This package provides a convenient way to interact with Fireflies.ai from the command line.

## Installation

```bash
pip install fireflies-cli
```

## Usage

```bash
# Set your API key (only needed once)
ff config set-key YOUR_API_KEY

# Join a meeting
ff join --url https://meet.google.com/xxx-yyyy-zzz

# Get video URL for a transcript
ff video TRANSCRIPT_ID

# Download video
ff video -d TRANSCRIPT_ID

# List recent transcripts
ff list

# Delete a transcript
ff delete TRANSCRIPT_ID
```

## Features

- Join meetings with optional duration and name
- Get video URLs for transcripts
- Download meeting recordings
- List transcripts
- Delete transcripts

## Note

This CLI tool uses the `fireflies-sdk` package. If you need programmatic access to Fireflies.ai, consider using the SDK directly.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/trilogy-group/pocs",
    "name": "fireflies-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "David Schwartz",
    "author_email": "david.schwartz@devfactory.com",
    "download_url": "https://files.pythonhosted.org/packages/67/21/e7d688dc72fcc2615d2bcb8e0abf88d3400a2946d80dec1edf13e7ea0fc3/fireflies_cli-0.1.0.tar.gz",
    "platform": null,
    "description": "# Fireflies CLI\n\nCommand line interface for Fireflies.ai. This package provides a convenient way to interact with Fireflies.ai from the command line.\n\n## Installation\n\n```bash\npip install fireflies-cli\n```\n\n## Usage\n\n```bash\n# Set your API key (only needed once)\nff config set-key YOUR_API_KEY\n\n# Join a meeting\nff join --url https://meet.google.com/xxx-yyyy-zzz\n\n# Get video URL for a transcript\nff video TRANSCRIPT_ID\n\n# Download video\nff video -d TRANSCRIPT_ID\n\n# List recent transcripts\nff list\n\n# Delete a transcript\nff delete TRANSCRIPT_ID\n```\n\n## Features\n\n- Join meetings with optional duration and name\n- Get video URLs for transcripts\n- Download meeting recordings\n- List transcripts\n- Delete transcripts\n\n## Note\n\nThis CLI tool uses the `fireflies-sdk` package. If you need programmatic access to Fireflies.ai, consider using the SDK directly.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Command line interface for Fireflies.ai",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/trilogy-group/pocs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4fcb6acd3d6a6128aeb33bea44d0a3d3df5f1832cdcb18b15ae6b793b2ac2fa",
                "md5": "70d49786333319c622a2ff1e98ae3ca1",
                "sha256": "d00022452ccb3a82e3a0c6f84d0a58b709dd3eae58688f19fe24158f86c19c35"
            },
            "downloads": -1,
            "filename": "fireflies_cli-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70d49786333319c622a2ff1e98ae3ca1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3697,
            "upload_time": "2024-12-19T18:55:17",
            "upload_time_iso_8601": "2024-12-19T18:55:17.573674Z",
            "url": "https://files.pythonhosted.org/packages/a4/fc/b6acd3d6a6128aeb33bea44d0a3d3df5f1832cdcb18b15ae6b793b2ac2fa/fireflies_cli-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6721e7d688dc72fcc2615d2bcb8e0abf88d3400a2946d80dec1edf13e7ea0fc3",
                "md5": "ce6c4647a64e00ba587199ab20605d1a",
                "sha256": "18f6c1faeef1459c8efc789ecc102e92f44a4cc9df3c302fa34c6cfa01e0c6cb"
            },
            "downloads": -1,
            "filename": "fireflies_cli-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce6c4647a64e00ba587199ab20605d1a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3266,
            "upload_time": "2024-12-19T18:55:18",
            "upload_time_iso_8601": "2024-12-19T18:55:18.806394Z",
            "url": "https://files.pythonhosted.org/packages/67/21/e7d688dc72fcc2615d2bcb8e0abf88d3400a2946d80dec1edf13e7ea0fc3/fireflies_cli-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 18:55:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "trilogy-group",
    "github_project": "pocs",
    "github_not_found": true,
    "lcname": "fireflies-cli"
}
        
Elapsed time: 4.60910s