https://github.com/appcypher/automentor
A simple commandline utility that automates the repetitive things I do on my codementor.io account
https://github.com/appcypher/automentor
Last synced: about 1 year ago
JSON representation
A simple commandline utility that automates the repetitive things I do on my codementor.io account
- Host: GitHub
- URL: https://github.com/appcypher/automentor
- Owner: appcypher
- Created: 2018-10-05T13:16:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T14:06:53.000Z (over 7 years ago)
- Last Synced: 2025-03-05T15:03:23.935Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 24.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Automating tasks on Codementor
#### REQUIREMENTS
* [NodeJs]()
* Chrome Web Driver
* You can install chrome driver from [here]()
* The driver needs to be placed in the project's `bin` folder
* [JDK]()
#### SETUP
* Install the necessary npm dependencies:
> ```bash
> npm i
> ```
* Setup the to make it available
> ```bash
> bash src/automentor.bash setup
> ```
#### USAGE
* You need to first login into your codementor account via the automator:
> ```bash
> automentor login
> ```
This stores the cookie information from your login into `src/cookie.js` for future reuse
* You can visit the request page with:
> ```bash
> automentor requests
> ```
Th