Skip to content

Commit

Permalink
correct issue link in script and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijASU committed Sep 13, 2023
1 parent d791118 commit af976ce
Showing 1 changed file with 3 additions and 3 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), 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), 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

0 comments on commit af976ce

Please sign in to comment.