JC

Results 6 comments of JC

Everything is working except to fetch tweets. Yesterday was working fine

Doesn't help. get_company() is bugged because it relies on company name but it's not accurate. using urn_id will debug https://github.com/tomquirk/linkedin-api/issues/75 issue

Error happens because you need to transform companyName value with blank which could be "Bla Bla" into "Bla-Bla" You can fixe it by doing: get_company(companyName.replace(" ", "-"))

It would be nice if we can sync the NVD Database somewhere and use this endpoint for cvesearch... because now, all installation are crashing.

Same issue, this is boring for our automation process. Some people can fix it ? Thanks