Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions legacy/LinkedinScrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
from os.path import dirname, join


username = input('Enter your linkedin Email : ')
password = input('Enter your linkedin Password : ')
file_name = input('Enter your file name : ')
# username = input('Enter your linkedin Email : ')
# password = input('Enter your linkedin Password : ')
# file_name = input('Enter your file name : ')


# username = ''
Expand Down