Skip to content

Linkedin Bot that takes for input: a search keyword + a personalized message. It sends a connection request + a note to all the people matching the keyword criterion.

Notifications You must be signed in to change notification settings

lo1gr/Linkedin_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin_Bot

STILL A WORK IN PROGRESS - LMK IF YOU HAVE ANY COMMENTS

Linkedin Bot that takes for input:

  • a search keyword
  • a personalized message.
    It sends a connection request + a note to all the people matching the keyword criterion.

For this to work, you need to create a new file in the same folder with the name: credentials.py
the content of the file should be your linkedin credentials + the input for the bot as follows:

  • user = 'thatsyouremail@gmail.com"
  • password = 'yourpasswordisprobablynotsafebecauseyouusedqwertyu1'
  • sound = True
  • connect = True
  • message = ''
  • keyword = 'McGill'
  • job_title_contains = ['CEO','Data','Analytics','analyst']
  • total_count_allowed = 500 (so that do not add too many people in one day -> can be blocked by Linkedin)

The file structure in your folder should look like: Image of file_structure Image of Yaktocat

About

Linkedin Bot that takes for input: a search keyword + a personalized message. It sends a connection request + a note to all the people matching the keyword criterion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages