https://github.com/cansarigol/linkedin_inv
Linkedin invitation bot
https://github.com/cansarigol/linkedin_inv
bot
Last synced: 5 days ago
JSON representation
Linkedin invitation bot
- Host: GitHub
- URL: https://github.com/cansarigol/linkedin_inv
- Owner: cansarigol
- Created: 2017-12-21T18:45:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T19:40:01.000Z (over 8 years ago)
- Last Synced: 2025-07-04T09:47:40.784Z (about 1 year ago)
- Topics: bot
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Invitation Bot
## Usage
1- Create database and execute "app_user.sql" file for table user table. (dbname = linkedininv_db, username=postgres, password=postgres)
2- install node modules
3- run nodejs
4- Login
e.g. http://localhost:5000/login?email=xxx@gmail.com&password=ppp
5- decide industries (id-> id column app_user table, clist-> industry id in linkedin)
e.g. http://localhost:5000/update_clist?id=1&clist=137,4
For ids -> http://localhost:5000/industries?id=1&q={industry_name_param}
6- app_user table inote column for send invitations with message. (@personname parameter for include person name in message body)
7- Send invites
e.g. http://localhost:5000/sendinv?id=2&count=10