This is a bot that automatically connects to people on LinkedIn. It uses Selenium to automate the process of logging in and connecting to people.
pip install selenium
)pip install python-dotenv
).env.example
file and rename it to .env
and fill in the required fields (see below)python main.py
),
) and no spaces e.g. London,United Kingdom
)./connections
folderMY_NAME
- Your name (this is used to send notes to the people you connect to)COMPANY_NAME
- The name of your company (this is used to send notes to the people you connect to)COMPANY_DESCRIPTION
- A short description of your company (this is used to send notes to the people you connect to)EMAIL
- Your LinkedIn emailPASSWORD
- Your LinkedIn password (this will be stored in plain text in the .env
file so make sure to keep it safe)SEND_WITH_NOTE
- Whether to send a note with the connection request (set to true
or false
) (only set to true
if your account has LinkedIn Premium)