linkedin-api icon indicating copy to clipboard operation
linkedin-api copied to clipboard

Fix get_feed_posts [wip]

Open kyrylogy opened this issue 2 years ago • 0 comments

I've been using the get_feed_posts method for some time and noticed a few bugs with the exclude_promoted_posts parameter. In this PR I will refactor the method to work as expected:

  • [x] Fix promoted posts check failing list comprehension
  • [ ] Refactor the entire method (exclude_promoted_posts not being used anywhere in this method

kyrylogy avatar Mar 18 '23 17:03 kyrylogy