You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Auto-Linkedin /README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,9 @@
5
5
- 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.
6
6
- The goto_network() function clicks on the "My Network" tab on the LinkedIn page.
7
7
- 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