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: about 2 months ago
JSON representation
:bust_in_silhouette: Linkibot, easy to use, a Linkedin invite bot for expanding your network
- Host: GitHub
- URL: https://github.com/ycd/linkibot
- Owner: ycd
- License: apache-2.0
- Created: 2020-06-28T07:10:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T01:50:35.000Z (over 1 year ago)
- Last Synced: 2025-03-10T18:58:36.310Z (about 2 months ago)
- Topics: automation, bot, linkedin-invite-automation, python, selenium
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 33
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```code
git clone https://github.com/ycd/linkibot
cd linkibot
pip install .
```#### Usage
```python
from linkibot import Linkibotbot = 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)