{"id":14008582,"url":"https://github.com/trolster/urcli","last_synced_at":"2025-07-24T04:30:42.906Z","repository":{"id":57387456,"uuid":"66690271","full_name":"trolster/urcli","owner":"trolster","description":"CLI tool for the Udacity Reviews API","archived":true,"fork":false,"pushed_at":"2018-08-15T11:50:26.000Z","size":33251,"stargazers_count":100,"open_issues_count":0,"forks_count":23,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-30T01:46:00.015Z","etag":null,"topics":["cli","javascript","nodejs","udacity-reviews"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/trolster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-27T01:57:36.000Z","updated_at":"2024-05-23T11:01:48.000Z","dependencies_parsed_at":"2022-09-07T13:01:47.615Z","dependency_job_id":null,"html_url":"https://github.com/trolster/urcli","commit_stats":null,"previous_names":["trolster/ur-cli"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trolster%2Furcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trolster%2Furcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trolster%2Furcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trolster%2Furcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trolster","download_url":"https://codeload.github.com/trolster/urcli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227410769,"owners_count":17774797,"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":["cli","javascript","nodejs","udacity-reviews"],"created_at":"2024-08-10T11:01:51.644Z","updated_at":"2024-11-30T19:31:18.089Z","avatar_url":"https://github.com/trolster.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\n\n# CLI tool for the Udacity Reviews API\n\n`urcli` is a Command Line Interface for configuring and running API calls against the Udacity Reviews API.\n\n[![npm downloads](https://img.shields.io/npm/dt/urcli.svg?style=flat)](https://www.npmjs.com/package/urcli)\n[![npm version](https://img.shields.io/npm/v/urcli.svg?style=flat)](https://www.npmjs.com/package/urcli)\n[![npm license](https://img.shields.io/npm/l/urcli.svg?style=flat)](https://www.npmjs.com/package/urcli)\n\n---\n**IMPORTANT NOTICE:** The Udacity Reviews API has been shut down. `urcli` no longer works and this repo has been archived. Thanks to everyone who contributed with code and ideas! \n\n---\n## Requirements\n- [Node.js](https://nodejs.org/en/download/) v6.0.0 or higher\n- NPM (v3.0.0+ recommended) (this comes with Node.js)\n\n## :zap: Quickstart\n\n1. Run `npm install -g urcli`.\n2. Get a new token from the API Access link in the [Reviewer Dashboard](https://review.udacity.com/#!/submissions/dashboard). \u003cimg src=\"http://i.imgur.com/QH7onbk.png\" alt=\"Token retrieval\" width=\"500px\"\u003e\n3. Run `urcli setup`. When prompted, paste in the token you just got and then go through the rest of the setup.\n4. Run `urcli assign` proceeded by valid project ids for projects you are certified for. Ex:\n    - `urcli assign 145`, places you in the queue for project 145.\n    - `urcli assign 134 145 46`, places you in the queues for project 145, 134 and 46.\n    - `urcli assign all`, places you in the queue for every project you are certified for.\n5. Profit! (literally).\n\n## Upgrade\n\n2. Get a new token (See Quickstart #2).\n1. Press `ESC` to stop the currently running instance (If you have urcli running).\n3. Run `npm i -g urcli`.\n4. Run `urcli setup`.\n5. Run your assign command, `urcli assign all`.\n\n## Executables\n\nIf you don't know how to use Node and npm, you can use the [executables](https://github.com/trolster/urcli/releases) instead. See the [wiki entry](https://github.com/trolster/urcli/wiki/Executables) for more.\n\n## Documentation\n\nDocumentation can be found in the [Wiki](https://github.com/trolster/urcli/wiki). Commands:\n\n+ [setup](https://github.com/trolster/urcli/wiki/setup)\n+ [assign](https://github.com/trolster/urcli/wiki/assign)\n+ [token](https://github.com/trolster/urcli/wiki/token)\n+ [revenue](https://github.com/trolster/urcli/wiki/revenue)\n+ [certs](https://github.com/trolster/urcli/wiki/certs)\n\n## The configuration file\n\nThe `setup` command creates a configuration folder in your home folder. You find the configuration file here `~/.urcli/config.json`.\n\n## Contributing\n\nGot a question or an idea? Found a bug? Check out our [contributing guidelines](https://github.com/trolster/urcli/blob/master/.github/CONTRIBUTING.md) for ways to offer feedback and contribute.\n\nFor very minor changes:\n\n1. Fork this repository\n1. Create your branch (`git checkout -b my-new-thing`)\n1. Commit your changes (`git commit -am 'commit-message'`)\n1. Push to the branch (`git push origin my-new-thing`)\n1. Create a new Pull Request\n\nFor new features you need to do everything above, but before you write any code you should first read the [contributing guidelines](https://github.com/trolster/urcli/blob/master/.github/CONTRIBUTING.md) and then open an issue explaining what you have in mind. Making sure your feature fits with the direction the project is going can save you a lot of otherwise wasted effort.\n\n## License\n\n[MIT](LICENSE) © Mikkel Trolle Larsen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrolster%2Furcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrolster%2Furcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrolster%2Furcli/lists"}