Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ycd/linkibot

:bust_in_silhouette: Linkibot, easy to use, a Linkedin invite bot for expanding your network
https://github.com/ycd/linkibot

automation bot linkedin-invite-automation python selenium

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Linkibot - A small automation tool.

## How it works?

![](assets/profile.png)

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

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

#### Usage

```python
from linkibot import Linkibot

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

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

bot.run()
```

## License
---

Apache 2.0. See [LICENSE](https://github.com/ycd/linkibot/blob/master/LICENSE)