https://github.com/extrawest/linkedin-profiles-search-tools
This app handles csv document with companies names. Using AI tools searches for the most possible linkedin page of this company.
https://github.com/extrawest/linkedin-profiles-search-tools
Last synced: 12 months ago
JSON representation
This app handles csv document with companies names. Using AI tools searches for the most possible linkedin page of this company.
- Host: GitHub
- URL: https://github.com/extrawest/linkedin-profiles-search-tools
- Owner: extrawest
- Created: 2024-08-27T14:56:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:22:42.000Z (over 1 year ago)
- Last Synced: 2025-01-03T12:16:05.710Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linkedin profiles search tool
This app handles csv document with companies names. Using AI tools searches for the most possible linkedin page of this company.
## How to start
- clone repository
- create .env file with required variables
```
GOOGLE_API_KEY=
GOOGLE_CSE_ID=
ANTROPIC_API_KEY=
LANGCHAIN_TRACING_V2=
LANGCHAIN_API_KEY=
OPENAI_API_KEY=
SERVICE_EMAIL=
GOOGLE_SHEET_ID=
PRIVATE_KEY=
```
- install dependencies
```npm i```
- source file must be in 'data' repository (companies_kv.csv)
- run app
```npm start```
- Result will be writen in 'result' repository
- Also result will we saved in Google Sheets