Andrei Polukhin

Results 8 comments of Andrei Polukhin

@abhijitgawai black linter fails because your code does not abide by the style. Open the logs and see which changes you should do. Or run black locally on your computer.

> this code may help you to reuse cookie for sure. > > ```python > from instagram_private_api import Client,ClientCompatPatch > import pickle > import os > def writeSettings(user,pwd,settings_file): > api...

Check how this is implemented in pandrey2003/social-media-profiler (app/backend/scraping/linkedIn/). It does look into skills and certifications. In fact, this is as simple as digging into a Python dictionary.

@francesco1119 Yeap, I use this library under the hood. You can get PDFs with my project, not CSV/XLSX, with the data you need. Glad if I helped you with social-media-profiler.

I would suggest researching a bit by reading the README of the project. You can see the fields to search by there :)

@l3pp4rd Hey Gediminas! I'm a big fan of this library and would like to become its contributor 🙂

> Hey there! I am currently having problems determining whether a pubsubhubbub notification that i recieved is a new upload or just a title/description change. Can anybody help me with...

Same error and no ideas on how to fix it.