Module for parsing google search results without access to Google Search API
Project description
About
Module for parsing google search results without access to Google Search API
Simple Start for home project
- Install package from pip
pip install googleparser
- Use
from googleparser import GoogleParser
print(*['\n' + str(res) for res in GoogleParser().query('bitcoin_price')])
Results:
#1. Bitcoin Price Chart (BTC) | Coinbase. Link: https://www.coinbase.com/price/bitcoin
#2. BitcoinAverage: Bitcoin Price Index API & Exchange Rates. Link: https://bitcoinaverage.com/
#3. Bitcoin Price - Live Bitcoin Price in USD with No Ads. Link: https://www.bitcoinprice.com/
#4. Bitcoin Price Index — Real-time Bitcoin Price Charts — CoinDesk. Link: https://www.coindesk.com/price/bitcoin
#5. Bitcoin Price Chart Today - Live BTC/USD - Gold Price. Link: https://goldprice.org/ru/cryptocurrency-price/bitcoin-price
#6. $8,435.00 Bitcoin Price - Blockchain. Link: https://www.blockchain.com/de/prices
#7. MUST SEE: This Bitcoin Price Action already happened 1:1 in 2016 .... Link: https://www.youtube.com/watch?v=JFo7NcokNPU
#8. Bitcoin price targets & pivots LIVE STREAM - BTX, LTC & ETH .... Link: https://www.youtube.com/watch?v=87xi-5FRK5M
#9. BitcoinPrice DLive. Link: https://dlive.tv/BitcoinPrice
API
GoogleParser
Class for search links
query
Method for search and get results
Params
- search_string: str - Query for search
Result
- List of GoogleResult
GoogleResult
Class for result from GooleParser
Variable:
- index: int - number of result
- title: str - result title
- link: str - result link
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
googleparser-0.2.tar.gz
(3.1 kB
view details)
File details
Details for the file googleparser-0.2.tar.gz
.
File metadata
- Download URL: googleparser-0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d80359908aa59e8a0b7b2399ca114537c23447099dfcd3eac6228d076cdd0175 |
|
MD5 | 56071c4b2dfc944acb5e1a634047d784 |
|
BLAKE2b-256 | 1beeaa3e99f01642463ecaa3dcf940767fed0a74c6fa05ec25381453f82e1673 |