jashan7305/FeedbackAutomation
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
How to use:
run the command:
1> python -m venv venv
2> pip install -r requirements.txt
for mac/linux:
3> source venv/bin/activate
for windows:
3> venv\Scripts\activate
create a .env file in the folder it should look like this:
USERNAME=sap_id
PASSWORD=your_password
run the cells in Automator.ipynb
** READ INSTRUCTIONS IN THE FILE **