https://github.com/profullstack/linkedin-networking-bot
https://github.com/profullstack/linkedin-networking-bot
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/profullstack/linkedin-networking-bot
- Owner: profullstack
- Created: 2025-03-24T13:12:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-07T13:23:56.000Z (12 months ago)
- Last Synced: 2025-12-27T00:52:48.269Z (3 months ago)
- Language: HTML
- Size: 143 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Networking Bot (Throttled)
A Puppeteer-based bot that sends one connection request and one follow-up message per hour, cycling indefinitely.
## Setup
1. Fill in `config.json` with your search URL and follow-up message.
2. The bot will save your login session cookies after first manual login.
3. Install dependencies:
```bash
pnpm install
```
4. Setup env
```bash
cp -a sample.env .env
```
4. Use Proxy (optional)
```bash (.env)
...
USE_PROXY=true
```
4. Start:
```bash
pnpm start
```
## How it works
- Sends one connection request from the provided search results.
- Waits one hour, then sends one follow-up message if the connection has been accepted.
- Continues cycling every hour.
## Files
- `cookies.json`: your saved session.
- `pending.json`: users you've sent connection requests to.
- `messaged.json`: users you've messaged after connection.