Search in Google, Bing, Brave, Mojeek, Moose, Yahoo, Searx
Project description
SEARCH-ME
Search in Google, Bing, Brave, Mojeek, Moose, Yahoo, Searx.
INSTALL
pip install search-me
USAGE
import asyncio
import itertools
import logging
import aiohttp
from search_me import Bing, Brave
logging.basicConfig(level=logging.DEBUG)
bing, brave = Bing(retry=10), Brave()
async def main():
async with aiohttp.ClientSession() as session:
results = await asyncio.gather(
bing.search(session=session, q="python 3.13"),
brave.search(session=session, q="python 3.13")
)
for result in itertools.chain(*results):
print(result.to_dict())
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
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
search_me-3.2.0.tar.gz
(552.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
search_me-3.2.0-py3-none-any.whl
(552.7 kB
view details)
File details
Details for the file search_me-3.2.0.tar.gz.
File metadata
- Download URL: search_me-3.2.0.tar.gz
- Upload date:
- Size: 552.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6532f49ec3f6eee70d2350f3dde2da7da185048198370748f00e3af7de03dcc
|
|
| MD5 |
03bc97a475ac5e3586bd95169f896021
|
|
| BLAKE2b-256 |
1fe35cf8307870febb4d19c134270607e8dc9b27027254098a416ae37e0ce294
|
File details
Details for the file search_me-3.2.0-py3-none-any.whl.
File metadata
- Download URL: search_me-3.2.0-py3-none-any.whl
- Upload date:
- Size: 552.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8425217d29d1b99d5709ce66006bbf1b51f30a1d31e2a040cb048179eb2adc0
|
|
| MD5 |
d6b6844251c8df32c4e703502d577b61
|
|
| BLAKE2b-256 |
6b6a628fd195574ce9237cec2830f13a3995d0b57efd4b21629965c4dc9f7436
|