joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.12k stars 583 forks source link

Added to_dict #196

Open wmaiouiru opened 1 year ago

wmaiouiru commented 1 year ago

added to_dict recursively for deserialization of person to json added unit test to test to_dict added integration test to ensure to_dict works on person

wmaiouiru commented 1 year ago

Looks like the output of the person is not really what we want.

wmaiouiru commented 1 year ago

Limiting the returns made it work.