Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numandev1/linkedin-auto-bot
LinkedIn bot for auto connect
https://github.com/numandev1/linkedin-auto-bot
autoconnect bot connect linkedin
Last synced: 3 months ago
JSON representation
LinkedIn bot for auto connect
- Host: GitHub
- URL: https://github.com/numandev1/linkedin-auto-bot
- Owner: numandev1
- License: mit
- Created: 2020-02-29T21:15:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T11:03:31.000Z (about 2 years ago)
- Last Synced: 2024-10-24T21:38:32.494Z (3 months ago)
- Topics: autoconnect, bot, connect, linkedin
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 26
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinkedIn Auto Connect Tool
Sometimes you want more `LinkedIn` connections, especially `500+`. This tool is very helpful to boost up your connections.
Just run it from your favorite terminal or command prompt and keep it running until you make enough connection requests.> An automation tool to automate the connection requests on LinkedIn.
## Requirements
`node` >= `v4.0.0`
**Note**: If `node` and `npm` are not installed, Install them from [here](https://nodejs.org/en/download/).
## Installation
Install this tool using `npm`:
```bash
$ npm install -g linkedin-auto-bot
```It installs two binaries: `linkedin-auto-bot` and `lab` to your system path.
## Usage
Use it as follows using `lab` command:
```bash
$ lab -u enter_your_linkedin_email> -k
Enter LinkedIn password: *****
```***In the keyword argument, if you type "ALL" then this tool will send invitations request to the people you may know or else you can send the connect with the particular niche people like full stack developer, UI/UX, investors etc.***
If you want to keep your console clean, then just pass `--no-verbose` option.
**Note**: It does not share your `LinkedIn` credentials, so it is safe to use.
## Contributing
Your PRs and stars are always welcome.
Please, try to follow:
* Clone the repository.
* Checkout `develop` branch.
* Install dependencies.
* Add your new features or fixes.
* Build the project.
* Start the scraper.```sh
$ git clone https://github.com/nomi9995/linkedin-auto-bot.git
$ cd linkedin-auto-bot
$ git checkout develop
$ npm i
$ npm run build
$ npm start
```### Happy Hacking!