/find_the_site

This small library finds websites in duckduckgo website

Primary LanguagePythonMIT LicenseMIT

Maintenance made-with-python GitHub contributors GitHub stars GitHub forks GitHub issues

find_the_site

Are you looking for a company/enterprise website? This small library finds websites in duckduckgo search engine

Optionally you can use:

  • the ecosia search engine, to support environmental efforts
How to Install ?
pip install find_the_site
How to use ?
In [1]: from find_the_site.fw import get_website 
In [2]: get_website("UNITED NATIONS", eco=True)                                
Out[2]: 
['http://www.un.org/en/',
 'https://en.wikipedia.org/wiki/United_Nations',
 'https://www.undp.org/content/undp/en/home.html',
 'https://scholarshipscorner.website/united-nations/',
 'https://www.unenvironment.org/',
 'https://unnwo.org/',
 'https://peacekeeping.un.org/en',
 'https://www.unodc.org/',
 'https://careers.un.org/',
 'https://www.unicef.org/']