Skip to content

Automate your LinkedIn Outreach with Selenium and GeckoDriver.

License

Notifications You must be signed in to change notification settings

FujiwaraChoki/linkedin-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Bot

Automatically connect with people on LinkedIn, for your business, or for meeting new people.

Features

  • Provide a JSON file of people you want to connect with
  • Scrape & Connect with people, all in one go
  • Automatically send a message to the people you connect with

Installation

Use git to clone the repository.

git clone https://github.com/FujiwaraChoki/linkedin-bot.git

Then, install the dependencies.

pip install -r requirements.txt

Usage

Before running the bot, make sure you have a Firefox profile with your LinkedIn account logged in.

Also, tweak the parameters in the src/main.py file to your liking, for example due to your language.

To show the help message, run the following command.

python src/main.py --help

To run the bot, follow this template:

python src/main.py --profile {str} (Path to your Firefox profile) [OPTIONAL: --headless, --query {str} (Your search query (or your niche)), --people (Where your JSON file is located), --n {num} (Amount of people you want to connect with, if not supplied, default 30 is used)]

Example JSON-File

[
  {
    "pfp": "",
    "name": "",
    "profile_url": "",
    "subtitle": "",
    "secondary_subtitle": "",
    "summary": ""
  },
  ...
]

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Author

About

Automate your LinkedIn Outreach with Selenium and GeckoDriver.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages