KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
customer-discovery
★ 8
Open GitHub ↗
Automates outreach on LinkedIn
Download README (.md)
Explore Similar Repositories
npm-ts-starter
:
A project template for TypeScript npm packages
cypress-page-objects
:
No description available.
diy_bench_power_supply_lm2596
:
A DIY two channel bench power supply based on Texas Instruments LM2596
TrnsysType861_IceStorage
:
TRNSYS model for ice-on-hx storage tank with indirect charge/discharge. Capillary mats, flat plates and coils are considered.
typedtuples
:
Strongly typed tuple library for java - immutable and mutable implementations
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
customer-discovery
?
Download (.md)
# LinkedIn Customer Discovery What this does: - Logs in and navigates to a specified LinkedIn Search - Retrieves the first name, last name, and profile link of all the search results - Hits LinkedIn's API to make a connection for every profile (does this asynchronously). ### How to use: - Currently, the only way to run this is probably just cloning the directory and running it locally: ``` cd customer-discovery npm install npm start ``` We briefly tried to make installers, but we've never done Electron apps and it seemed like too much work so we never got around to it. For the LinkedIn search URL, this is what we would do: 1. Navigate to a LinkedIn search page and add multiple companies to the filters 2. Type in a job title or keyword into the title field. If there are any problems, feel free to reach out or create a GitHub issue and I'll try to get around to it (or submit a PR).