Skip to content

Commit

Permalink
Merge pull request #8 from wimpywarlord/bugfix/zero-jobs-found
Browse files Browse the repository at this point in the history
Bugfix/zero jobs found
  • Loading branch information
wimpywarlord authored Sep 13, 2023
2 parents 4bbe254 + 4f2d33c commit 2009acb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions assets/script/appliFly.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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.

0 comments on commit 2009acb

Please sign in to comment.