initstring / linkedin2username

OSINT Tool: Generate username lists for companies on LinkedIn
MIT License
1.25k stars 185 forks source link

Update to support GraphQL Search API #73

Closed coj337 closed 1 year ago

coj337 commented 1 year ago

The GraphQL API has some pretty major structural differences but it does the job and supports up to 50 results at once 🥳

Other than the query limit, I kept the other search functionality as identical as possible but I'm sus that LinkedIn doesn't have the same 1k result limit (I ran out of time to test that bit properly).

initstring commented 1 year ago

Wow, @coj337 nice work! I was dreading working on this, to be honest. Thanks so much for sharing your knowledge and fixing this.

I will try to test/review in the next couple days.

initstring commented 1 year ago

I'm going to merge into a new branch in my project so I can work on the unit test changes before going into master.