initstring / linkedin2username

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

Parse JSON, reduce regexes #53

Closed initstring closed 1 year ago

initstring commented 1 year ago

Finally figured out how to properly parse the JSON returned in most of the web requests. This should hopefully improve the stability of the tool, and make things easier to maintain.

Work in progress for now... I need to see exactly how many regexes I can do away with.