PitWD

Results 2 issues of PitWD

I was actually just using three functions. ``` api = Linkedin(username, password) posts = api.get_profile_posts(public_id=user2scrap, post_count=5) comments = api.get_post_comments(postID) ``` Everything was fine until yesterday... Cause I had no problems...

It would be my first contribution to a project which is not my own. So, no clue how to do. I've forked the project: https://github.com/PitWD/termux_wcwidth The changes are made inside...