Skip to main content

Find the site in duckduckgo

Project description

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 ?

def get_website(website, eco=False)

website: Whose website you are searching for

eco:

  • True: Use ecosia search.
  • default: False
Find the website
In [1]: from find_the_site.fw import get_website                                               

In [2]: get_website("UNITED NATIONS")                                                          
Out[2]: 'https://www.un.org/en/'

In [1]: from find_the_site.fw import get_website 

In [2]: get_website("UNITED NATIONS", eco=True)                                                          
Out[2]: 'https://www.un.org/en/'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

find_the_site-0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

find_the_site-0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page