{"id":30039224,"url":"https://github.com/jayson-panganiban/rephrase","last_synced_at":"2026-05-20T05:02:19.198Z","repository":{"id":290162916,"uuid":"939345259","full_name":"jayson-panganiban/rephrase","owner":"jayson-panganiban","description":"Rephrase text via CLI 🤖","archived":false,"fork":false,"pushed_at":"2025-02-26T12:05:04.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T01:37:03.485Z","etag":null,"topics":["ai","cli","english-language","english-learning","filipino-language","ml","openai","python","typer-cli"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/rephrase/","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/jayson-panganiban.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-02-26T11:51:11.000Z","updated_at":"2025-02-27T11:25:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff8bc14f-82ef-4f5a-bd12-92eb8c734889","html_url":"https://github.com/jayson-panganiban/rephrase","commit_stats":null,"previous_names":["jayson-panganiban/rephrase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jayson-panganiban/rephrase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayson-panganiban%2Frephrase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayson-panganiban%2Frephrase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayson-panganiban%2Frephrase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayson-panganiban%2Frephrase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayson-panganiban","download_url":"https://codeload.github.com/jayson-panganiban/rephrase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayson-panganiban%2Frephrase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269185683,"owners_count":24374625,"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-08-06T02:00:09.910Z","response_time":99,"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":["ai","cli","english-language","english-learning","filipino-language","ml","openai","python","typer-cli"],"created_at":"2025-08-07T01:37:00.055Z","updated_at":"2025-10-04T20:42:59.045Z","avatar_url":"https://github.com/jayson-panganiban.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rephrase\n\nA command-line tool to rephrase text in different styles (`normal` (default), `casual`, `formal`, `academic`, or `filipino` taglish for some 🧂) using OpenAI's API.\n\n## Installation\n\n### Prerequisites\n- Python 3.11 or higher\n- An [OpenAI API key](https://platform.openai.com/api-keys)\n\n### Steps\n1. **Install via pip**  \n   ```bash\n   $ pip install rephrase\n   ```\n\n2. **Set Your OpenAI API Key** \n   ```bash\n   $ export OPENAI_API_KEY=\"your-api-key-here\"\n   ```\n\n   Add it to your .bashrc, .zshrc, or equivalent to persist it.\n\n## Usage   \n\n### Basic command\n```bash\n$ rephrase \"The meeting is scheduled for tomorrow.\"\n```\n\n### Available Styles\n- `--style normal` (default): Clear and natural rephrasing.\n- `--style casual`: Relaxed and informal tone.\n- `--style formal`: Polite and professional wording.\n- `--style academic`: Precise and scholarly language.\n- `--style filipino`: Taglish (Filipino-English mix).\n\n\n## Examples\n\nHere are some sample inputs and outputs to demonstrate how `rephrase` works with different styles:\n\n| Command                                             | Output (example)                                 |\n| --------------------------------------------------- | ------------------------------------------------ |\n| `$ rephrase \"I'm tired after work.\"`                | \"I'm exhausted from work.\"                       |\n| `$ rephrase \"I'm tired after work.\" --style casual` | \"I'm wiped out after work\"                       |\n| `$ rephrase \"I'm tired after work.\" --style formal` | \"I find myself fatigued following work.\"         |\n| `$ rephrase \"I'm tired after work.\" -s academic`    | \"I experience fatigue subsequent to my workday.\" |\n| `$ rephrase \"I'm tired after work.\" -s filipino`    | \"Pagod na ako after work.\"                       |\n\n## Help\n\nSee all options:\n```bash\nrephrase --help\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayson-panganiban%2Frephrase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayson-panganiban%2Frephrase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayson-panganiban%2Frephrase/lists"}