diff --git a/README.md b/README.md index c36b1b7..fe7e4f3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This python script will fill **ALL** the jobs listed on the [ASU on campus job p 3. `Unzip` the file. This will create a `appliFly` folder containing 3 files inside. Namely `requirements.txt`, `appliFly.py`, and `env.txt`. 4. Create a `.env` file within the `appliFly` folder, and copy all the content from the `env.txt` file into the `.env` file. 5. Fill the details asked in the `.env` file. -6. Run: `pip install -r requirements.txt` to install all dependency. This command must be execute while you are present in the `appliFly` directory. If you face any difficulties in this step, please open a issue [here](https://github.com/wimpywarlord/asuAutoJob/issues), I will be sure to assist you. +6. Run: `pip install -r requirements.txt` to install all dependency. This command must be execute while you are present in the `appliFly` directory. If you face any difficulties in this step, please open a issue [here](https://github.com/wimpywarlord/appliFLY/issues), I will be sure to assist you. 7. Run: `python appliFly.py` to start the script. **Checklist before running the script:** @@ -29,14 +29,14 @@ This python script will fill **ALL** the jobs listed on the [ASU on campus job p After the script starts, it will ask the you to **one time** authorise the DUO double authentication. Authorize that and let the script run until it fills up all the available job listing. -If you have any doubts or questions. Please create a issue [here](https://github.com/wimpywarlord/asuAutoJob/issues), and I will make sure to answer it. +If you have any doubts or questions. Please create a issue [here](https://github.com/wimpywarlord/appliFLY/issues), and I will make sure to answer it. ## NOTICE * Apply to at-least 1 job opening manually before running the script * You will need to 1 time authenticate using DUO. Make sure you have your phone with you. * If the script crashes for any reason. Simply Restart It. It will work the next time, give it a few tries. -* In case of errror/crash, document the error and report to the developer @https://github.com/wimpywarlord. +* In case of errror/crash, document the error and report to the developer @https://github.com/wimpywarlord/appliFLY/issues. * If you have already applied for a job, the script will skip it. ## FAQ diff --git a/assets/script/appliFly.py b/assets/script/appliFly.py index 34bd897..3ec5ff4 100644 --- a/assets/script/appliFly.py +++ b/assets/script/appliFly.py @@ -35,7 +35,7 @@ print('____________NOTES____________') print("1. You will need to 1 time authenticate using DUO. Make sure you have your phone with you.") print("2. If the script crashes for any reason. Simply Restart It. It will work the next time, give it a few tries.") - print("3. In case of errror, document the error and report to the github repository @https://github.com/wimpywarlord.") + print("3. In case of errror, document the error and report to the github repository @https://github.com/wimpywarlord/appliFLY/issues") print("4. If you have already applied for a job, the script will skip it.") print('\n') @@ -325,11 +325,11 @@ time.sleep(2) print("Dᴇᴠᴇʟᴏᴘᴇᴅ Bʏ Kꜱʜɪᴛɪᴊ Dʜʏᴀɴɪ"); - print("Thanks for using. If this helped, be sure to star the project on Github @https://github.com/wimpywarlord"); + print("Thanks for using. If this helped, be sure to star the project on Github @https://github.com/wimpywarlord/appliFLY/issues"); # Close the browser chromeDriver.quit() except Exception as e: - print("An error occured. Please document & report it to the developer @https://github.com/wimpywarlord") + print("An error occured. Please document & report it to the developer @https://github.com/wimpywarlord/appliFLY/issues") print(e) # Logs the error appropriately.