{"id":18821165,"url":"https://github.com/compwright/disqus-cli","last_synced_at":"2025-06-12T03:05:09.697Z","repository":{"id":21346122,"uuid":"24663155","full_name":"compwright/disqus-cli","owner":"compwright","description":"A lightweight command line client for the Disqus API","archived":false,"fork":false,"pushed_at":"2014-10-01T02:52:33.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T03:40:10.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/compwright.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":"2014-10-01T02:28:08.000Z","updated_at":"2014-11-12T15:30:27.000Z","dependencies_parsed_at":"2022-08-21T08:50:43.720Z","dependency_job_id":null,"html_url":"https://github.com/compwright/disqus-cli","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisqus-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisqus-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisqus-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisqus-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compwright","download_url":"https://codeload.github.com/compwright/disqus-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758900,"owners_count":19692041,"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":[],"created_at":"2024-11-08T00:35:12.717Z","updated_at":"2025-02-20T01:13:47.708Z","avatar_url":"https://github.com/compwright.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# disqus-cli.php\n\nA lightweight command line client for the Disqus API.\n\n## Installation\n\nThis is a Composer package. To install, you will need to have [Composer installed](https://getcomposer.org/doc/00-intro.md).\n\n### As a new project\n\n```\n$ composer create-project compwright/disqus-cli /path/to/install/dir\n```\n\nRun the script from your project root directory:\n\n```\n$ bin/disqus-cli.php\n```\n\n### In an existing project\n\nSimply add the `compwright/disqus-cli` package to your `require` section in composer.json and run `composer update`.\n\nRun the script from your project root directory:\n\n```\n$ vendor/bin/disqus-cli.php\n```\n\n## Configuration\n\nTo use this script, you will need to define a `.env` file with the following settings:\n\n* `DISQUS_API_KEY`\n* `DISQUS_API_SECRET`\n* `DISQUS_ACCESS_TOKEN`\n\nThere is a `.env-sample` template for your convenience.\n\nTo obtain your Disqus API settings, visit https://disqus.com/api/applications/register/.\n\n## Usage\n\n```\nSUMMARY\n    disqus-cli.php -- A lightweight command line client for the Disqus API\n\nUSAGE\n    disqus-cli.php \u003cresource\u003e \u003cverb\u003e [optionlist]\n\nDESCRIPTION\n    For a full list of Disqus API resources, verbs, and options, visit https://disqus.com/api/docs\n\nOPTIONS\n    --help\n        Display this help message\n```\n\nPass options in using the long form, i.e. `--forum=yourforumname`.\n\n### Example\n\n```\n$ bin/disqus-cli.php threads create --forum=yourforumname --title=\"Thread Title\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fdisqus-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompwright%2Fdisqus-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fdisqus-cli/lists"}