Skip to content

Commit

Permalink
EVEN MORE!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
akshanshkmr committed Dec 26, 2021
1 parent 8377a79 commit 6b0e4e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ By: Akshansh Kumar, AIIT
**Steps:**

1. Download or clone this repository
2. Run the `setup.py` script to install the required libraries
3. Run the `amizone.py` script
4. Enter your amizone id and password
5. Enter your feedback comments and rating
6. Press enter to continue
7. Sit back, relax and watch it happen
2. Run the `amizone.py` script
3. Enter your amizone id and password
4. Enter your feedback comments and rating
5. Press enter to continue
6. Sit back, relax and watch it happen

The script will autmatically login to your amizone account, clear all the pop up messages, navigate to the faculty fedback section and fill in the feedback according to the data provided by you

Expand Down
6 changes: 5 additions & 1 deletion amizone.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import os, sys

# install requirements
os.system('pip install -r ' + os.path.join('requirements.txt'))

from time import sleep
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
from rich.console import Console
import sys

console = Console()

Expand Down
7 changes: 0 additions & 7 deletions setup.py

This file was deleted.

0 comments on commit 6b0e4e1

Please sign in to comment.