From dd7ad4427f8ab4b8c4857b5f56fb4526c4bc30da Mon Sep 17 00:00:00 2001 From: Draken Wan Date: Sun, 14 Aug 2022 14:40:05 +0530 Subject: [PATCH] cleanup readme.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c528146..2637a47 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,15 @@ However, the server sided script can still be implemented to this day. I recomme ## Extraction -Currently able to extract:- - - Section Name | Can Extract? | Clean? :----------------- | :----------------- | :----------------- -`profile data` | :heavy_check_mark: | :heavy_check_mark: -`experience section`| :heavy_check_mark: | :x: -`education section` | :x: | :x: -`certifications` | :heavy_check_mark: | :heavy_check_mark: -`volunteer experience`| :x: | :x: -`skills section` | :x: | :x: -`accomplishments` | :x: | :x: +*profile data* | :heavy_check_mark: | :heavy_check_mark: +*experience section*| :heavy_check_mark: | :x: +*education section*| :x: | :x: +*certifications* | :heavy_check_mark: | :heavy_check_mark: +*volunteer experience*| :x: | :x: +*skills section* | :x: | :x: +*accomplishments* | :x: | :x: @@ -32,6 +29,10 @@ Section Name | Can Extract? | Clean? I strive to make the code as general as possible but the extractor tool may not be perfect. If you find any bug on any profile please let me know in [issues](https://github.com/DrakenWan/Yale3/issues) section. +## Update Timeline + +I will keep posting timed updates here. In future will shift these somewhere else if I have time + #### Update (dated: 9th January, 2022) LinkedIn has made drastic changes to the way profile data is loaded. I have been quite busy with work lately. Not all sections can be extracted due to major document tag changes as well as the way the profile now interacts with user actions. Clicking on 'Show More *' buttons takes you away to an entirely different document. I will try to amend this asap.