I hereby claim:
- I am anirudhkonduru on github.
- I am anirudhkonduru (https://keybase.io/anirudhkonduru) on keybase.
- I have a public key ASAoe_kCBPWBM3TZpA6WRdn0KY86OwalWLMi7nV_gBfg7Ao
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| set -eo pipefail | |
| if [[ $1 == "" ]]; then | |
| echo "usage: script.sh target-protocol [remote-name]" | |
| echo "example: script.sh ssh origin" | |
| exit | |
| fi | |
| TARGET_PROTOCOL=$1 |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import requests as rq | |
| from bs4 import BeautifulSoup as BS | |
| import time | |
| import sys | |
| students_list = [] | |
| base_url="https://www.pesuacademy.com/Academy/tr/result/" |
| #!/usr/bin/env python3 | |
| import requests as rq | |
| from bs4 import BeautifulSoup as BS | |
| import time | |
| import sys | |
| students_list = [] | |
| results_form_url="http://results.rvce.edu.in/" |