Find the site in duckduckgo
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file find_the_site-0.2.tar.gz.
File metadata
- Download URL: find_the_site-0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.6.10 Linux/5.6.19-300.fc32.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5d094d0e1359e814980c6aa936e6dfba8c93d31140b454cf16be3a169aafe42
|
|
| MD5 |
7a203757ecd4bccd06ea179957953a8d
|
|
| BLAKE2b-256 |
114a99a1b349e6a1e1c9b2dc0392d44c42d5a4ad8080e07f9b1c6c475ae703dc
|
File details
Details for the file find_the_site-0.2-py3-none-any.whl.
File metadata
- Download URL: find_the_site-0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.6.10 Linux/5.6.19-300.fc32.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e05763452aa0d6dff364cb1db90a7ec40f8e846468d8b7340517023e32278de
|
|
| MD5 |
1904427abd0b1fb8ba822758ddd432ec
|
|
| BLAKE2b-256 |
856fc8b615a3a59e730c9830663d36ff70b23321a9cc7f80617d4f5e2927387a
|