Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tctlrd/myturn-auto-renew
bash script using jq and curl to auto renew all checked out items on myturn.com
https://github.com/tctlrd/myturn-auto-renew
bash-script library-of-things myturn tool-library
Last synced: 22 days ago
JSON representation
bash script using jq and curl to auto renew all checked out items on myturn.com
- Host: GitHub
- URL: https://github.com/tctlrd/myturn-auto-renew
- Owner: tctlrd
- License: mit
- Created: 2024-08-30T13:17:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:11:12.000Z (2 months ago)
- Last Synced: 2024-10-24T16:18:15.312Z (2 months ago)
- Topics: bash-script, library-of-things, myturn, tool-library
- Language: Shell
- Homepage: https://codeberg.org/tctlrd/myturn-auto-renew
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myturn auto renew
I wrote this script because my local tool library uses the [myturn.com](https://myturn.com) web app to manage its services.
Renewing items on the web app is a very slow and cumbersom process due to its poor design.```
this script will renew all myturn.com checked out items to the maxit requires that you have curl and jq installed on your machine
set the login information variables or the script will prompt you for them
you can optionally have the script retain answers to the prompts which is slightly more securesyntax: ./renew.sh [-f|p|c|d|i]
options:
-f fetch cookie
-p pull the latest loan list
-c read out the loan items
-d delete the files & settings created by this script
-h print help```