Robert
A simple Python web searcher library with different search engines.
Install
pip install roberthelper
Usage
from robert import GoogleSearcher
client = GoogleSearcher('en')
result = client.search('hello')
print(result)
A simple Python web searcher library with different search engines.
pip install roberthelper
from robert import GoogleSearcher
client = GoogleSearcher('en')
result = client.search('hello')
print(result)
document organizer with tags and full-text-search, in a simple and clean sqlite3 schema
yagooglesearch - Yet another googlesearch Overview yagooglesearch is a Python library for executing intelligent, realistic-looking, and tunable Google
social-insights Social insights is an open source big data project that generates insights about various interesting topics happening every day. Curre
Local SERP Google Search Engine Results Pages (SERP) in locally, no API key, no signup required Make sure the chromedriver and required package are in
IKEA Reverse Image Search This is a demo project to fetch ikea product images(IK
Mwmbl: No ads, no tracking, no cruft, no profit Mwmbl is a non-profit, ad-free, free-libre and free-lunch search engine with a focus on useability and
基于RSSHUB阅读器实现的获取P站排行和P站搜图
🔍 Messages Searcher is make for search custom message in all channels in guild and dm.
imgsmlr-server Image search service based on imgsmlr extension of PostgreSQL. Support image search by image. This is a sample application of imgsmlr.
Python script for finding duplicate images within a folder.
Common Data Schemas for Elasticsearch The Common Data Schema for Elasticsearch i
User-friendly, tiny source code searcher written in pure Python. Example Usages Cat is equivalent in the regular expression as '^Cat$' bor class Cat
Robert A simple Python web searcher library with different search engines. Install pip install roberthelper Usage from robert import GoogleSearcher
Drive Search Bot This is a Telegram bot writen in Python for searching files in Drive. Based on SearchX-bot How to deploy? Clone this repo: git clone
rclip is a command-line photo search tool based on the awesome OpenAI's CLIP neural network.
Introduction This is a collection of examples to help you get familiar with the Elastic Stack. Each example folder includes a README with detailed ins
show-ip-arp-mac-lookup Searches for MAC addresses in a text file of a Cisco "show IP arp" in any address format What it does: Takes a text file with t
Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
solrpy solrpy is a Python client for Solr, an enterprise search server built on top of Lucene. solrpy allows you to add documents to a Solr instance,
A simplified python impelementaiton of Apache Lucene, mabye helps to understand how an enterprise search engine really works.