LSF/README.md

22 lines
963 B
Markdown
Raw Permalink Normal View History

# LSF - LSF Shutthe Fuckup
or LSF Served Fabulously
2019-10-05 20:32:39 +02:00
Options:
-c, --session-cache-dir path to where the session tokens are cached (default "/Users/agent/Library/Caches/go-lsf/sessions")
-u, --username username to login with
Commands:
grades view your grades
If you log into lsf using this tool, the session will be cached, so further logins in the near future won't require a new password prompt or login. The session will expire after a few minutes though, even if kept active!
If you want to run this tool completely noninteractively, create `$HOME/.config/lsfshuttefuckup/credentials` with mod `600` and the contents: `password=mega soopa doopa keewl`. Add nothing else to that file, just this line.
2019-10-05 20:32:39 +02:00
## TODO
- documentation
- tests
- webapi
- wrap errors correctly. run cmd/lsf without an internet connection and get inspired by the standard libary