linkibot icon indicating copy to clipboard operation
linkibot copied to clipboard

:bust_in_silhouette: Linkibot, easy to use, a Linkedin invite bot for expanding your network

Linkibot - A small automation tool.

How it works?

This is a random person, he has a title with Sr. Software Engineer | Consultant

Linkibot checks the persons title, if you put the sr keyword in that keywords list, it will send an invite to him. If you put engineer to the keywords list, it will send an invite to him.

It's that easy.

Getting started

Installation with PIP

git clone https://github.com/ycd/linkibot
cd linkibot
pip install .

Usage

from linkibot import Linkibot

bot = Linkibot("[email protected]", "password")

bot.keywords = ["put", "your", "keywords", "here"]

bot.run()

License


Apache 2.0. See LICENSE