Skip to content

Commit 9701ab0

Browse files
committed
updated readme
1 parent 3369265 commit 9701ab0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Auto-Linkedin /README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
- The login() function finds the login elements on the LinkedIn page and enters the provided username and password. It also clicks the submit button to log in.
66
- The goto_network() function clicks on the "My Network" tab on the LinkedIn page.
77
- The send_requests() function prompts the user to enter the number of connection requests they want to send. It then uses the PyAutoGUI library to simulate mouse clicks on the connection button (at the specified position) the specified number of times.
8+
9+
- Install this before running :
10+
1. pip install selenium
11+
2. pip install pyautogui
12+
13+
Once you have installed the necessary libraries and downloaded the Chrome WebDriver, you should be able to run the code successfully.

0 commit comments

Comments
 (0)