README.md in linkedin-scraper-0.0.8 vs README.md in linkedin-scraper-0.0.9
- old
+ new
@@ -25,20 +25,31 @@
profile.first_name #the First name of the contact
profile.last_name #the last name of the contact
+ profile.name #The Full name of the profile
+
profile.title #the linkedin job title
profile.location #the location of the contact
profile.country #the country of the contact
profile.industry #the domain for which the contact belongs
profile.picture #the profile pic url of contact
+ profile.skills #the skills of the profile
+
+ profile.organizations #the organizations of the profile
+
+ profile.education #Array of hashes for eduction
+
+ profile.picture #url of the profile picture
+
+
profile.current_companies
[
[0] {
:current_company => "LinkedIn",
@@ -249,8 +260,12 @@
:title => nil,
:company => nil
}
]
+## Credits
+- [Justin Grevich](https://github.com/jgrevich)
+- [Vpoola](https://github.com/vpoola88)
+- [Mark Walker](https://github.com/jfdimark)
You're welcome to fork this project and send pull requests. I want to thank specially: