Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 max

it 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 secure

syntax: ./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

```