You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,11 @@ Autograder.io CLI (`agio`) is a command line interface to [autograder.io](https:
9
9
10
10
11
11
## Quick start
12
-
First, [obtain a token](#obtaining-a-token) (below).
13
-
14
12
```console
15
13
$ pip install agiocli
16
14
$ agio
17
15
```
18
16
19
-
## Obtaining a Token
20
-
1. Log in [autograder.io](https://autograder.io/) with your web browser
21
-
2. Open browser developer tools
22
-
3. Click on a course link
23
-
4. In the developer console, click on a request, e.g., `my_roles/` or `projects/`)
24
-
5. Under Request Headers, there is an Authorization entry that looks like "Token ". Copy the hex string and save it to the file `.agtoken` in your home
25
-
directory.
26
-
27
17
## Contributing
28
18
Contributions from the community are welcome! Check out the [guide for contributing](CONTRIBUTING.md).
0 commit comments