{"id":17689052,"url":"https://github.com/supermarcus/pgoogle","last_synced_at":"2025-05-13T00:48:54.487Z","repository":{"id":57322718,"uuid":"122762784","full_name":"SuperMarcus/pgoogle","owner":"SuperMarcus","description":"A command line paragraph generator: u give me some keywords, I write ur essay.","archived":false,"fork":false,"pushed_at":"2018-02-28T13:10:59.000Z","size":1725,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T00:48:48.522Z","etag":null,"topics":["essay-generator","google","homework-helper"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/pgoogle","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SuperMarcus.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}},"created_at":"2018-02-24T17:28:30.000Z","updated_at":"2023-10-13T00:20:11.000Z","dependencies_parsed_at":"2022-08-26T01:11:27.350Z","dependency_job_id":null,"html_url":"https://github.com/SuperMarcus/pgoogle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperMarcus%2Fpgoogle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperMarcus%2Fpgoogle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperMarcus%2Fpgoogle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperMarcus%2Fpgoogle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperMarcus","download_url":"https://codeload.github.com/SuperMarcus/pgoogle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850882,"owners_count":21973672,"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","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":["essay-generator","google","homework-helper"],"created_at":"2024-10-24T11:46:21.989Z","updated_at":"2025-05-13T00:48:54.466Z","avatar_url":"https://github.com/SuperMarcus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"PGoogle\n=======\n\n[![NPM](https://nodei.co/npm/pgoogle.png)](https://nodei.co/npm/pgoogle/)\n\nA command line paragraph generator: u give me some keywords, I write ur essay. GPL-3.0 licensed.\n\n![ScreenShot #1](screenshots/screenshot_1.jpg)\n![ScreenShot #2](screenshots/screenshot_2.jpg)\n\n**Disclaimer**: This tool is created for research purposes, and is not intended to support\nplagiarism or help anyone with their homework. Please be aware of the purpose of using this tool.\n\n    Copyright (C) 2018 Marcus Zhou\n    \n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n    \n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n    \n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n### Experimental Feature\n* From version 1.0.3, pgoogle now supports **Automatic Synonym Replacing (ASP)**. The program will\n    pick a synonym from its database and automatically replace it.\n* From version 1.0.4, you will be given the option to disable **ASP**.\n\n## Installation\n\n```bash\n# With NPM\nnpm install -g pgoogle\n\n# With YarnPkg\nyarn global add pgoogle\n```\n\n## Usage\n\nRun `pgoogle`, then follow the prompts. You can run it without any parameters.\nThe wizard will guide you through the generation process.\n\n```bash\npgoogle\n```\n\n### Parameters\n\n```\n\n  Usage: pgoogle [options] [search]\n\n  Options:\n\n    -V, --version        output the version number\n    -o, --output [path]  output for the generated document. Pass '-' for stdout.\n    -a, --answer         answer all questions with yes\n    -f, --false          specify with --answer, answer all the questions with no\n    -s, --syn            substitute words with synonyms\n    -n, --num [number]   number of sentences to include in the output\n    -h, --help           output usage information\n\n```\n\n### Examples for using Parameters\n\n```bash\n# The following command tells pgoogle to store the generated paragraph to 'my_paragraph.txt'\npgoogle -o my_paragraph.txt\n\n# This also stores the generated paragraph to 'my_paragraph.txt'\npgoogle \u003e my_paragraph.txt\n\n# Tell pgoogle to search \"My Research Topic\" and store the generated paragraph in 'my_paragraph.txt'\npgoogle -o my_paragraph.txt \"My Research Topic\"\n\n# Tell pgoogle to do the search, generate 15 sentences, and store it in 'my_paragraph.txt'\npgoogle -o my_paragraph.txt -n 15 \"Another one of my research topics\"\n\n# Tell pgoogle to do the search without asking any questions (default answer YES)\npgoogle -n 15 -a \"Another one of my research topics\"\n\n# Tell pgoogle to do the search without asking any questions (automatically answer NO if '-f' is specified)\npgoogle -n 15 -a -f \"Another one of my research topics\"\n```\n\n### Automatic Synonym Replacing (Experimental)\n\nThe program can now select synonyms from the WordNet database, and automatically\nreplace the words in the original document.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupermarcus%2Fpgoogle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupermarcus%2Fpgoogle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupermarcus%2Fpgoogle/lists"}