Re: Auto populating business organization logos

2021-09-19 Thread Lalit Suthar
good point @Shishir Ram you can try getting favicon from the organization url they enter. I found a package for that also https://pypi.org/project/favicon/ On Mon, Sep 20, 2021, 6:49 AM Shishir Jha wrote: > I believe linkedin is not using any api. Why would they need that? All the > companies h

Re: Auto populating business organization logos

2021-09-19 Thread Shishir Jha
I believe linkedin is not using any api. Why would they need that? All the companies have their own accounts in the linkedin itself right? Thats how you apply to them. So linkedin muat be using images from its own database and not from some third party api. On Mon, 20 Sep 2021, 6:19 am Ram, wrote

Auto populating business organization logos

2021-09-19 Thread Ram
Hi, As most of you know LinkedIn automatically adds a logo of a company when you update your profile with work experience from that company. Similar to that functionality, is there a way to auto populate any business organizaiton logo in Django? I guess this can be done using an API but not sur