diff options
| author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-02-01 01:55:24 +0530 | 
|---|---|---|
| committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-02-01 01:55:24 +0530 | 
| commit | 8c101e2cf8dde65541381c4adef6ca2144f21593 (patch) | |
| tree | 79895fa64f3fac5d1e8fd53d0105bc2b3e0efb62 | |
| parent | 577285f335880b5c1baa7188fbab49421939cc94 (diff) | |
README - Checklist+Indentation correction(rebase)
| -rw-r--r-- | README.md | 8 | 
1 files changed, 4 insertions, 4 deletions
@@ -59,7 +59,7 @@ With this it is the same except I get to automate it using [gnu pass](https://ww  and that using XPath(XML Path) to find elements is really convenient.  ## Future additions: -~~Update the script upon reaching college as the Xpath values would differ.~~ -Rewrite the script in Java -Make the python-script platform independent -OR Make a separate shellscript to log in via CLI using curl +- [x] Update the script upon reaching college as the Xpath values would differ. (done in [382c298](https://github.com/justsaumit/auto-captive-portal-login/commit/e24805733d5689eba28770172cd1bd99dedf247d) & [e248057](https://github.com/justsaumit/auto-captive-portal-login/commit/e24805733d5689eba28770172cd1bd99dedf247d) ) +- [ ] Rewrite the script in Java   +- [ ] Make the python-script platform independent   +- [ ]  Make a separate shellscript to log in via CLI using curl  | 
