Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ycd/linkibot
- Owner: ycd
- License: apache-2.0
- Created: 2020-06-28T07:10:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T01:50:35.000Z (about 1 year ago)
- Last Synced: 2024-10-12T18:58:08.543Z (3 months ago)
- Topics: automation, bot, linkedin-invite-automation, python, selenium
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 31
- 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?
![](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 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)