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
Release files for googleparser 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| googleparser-0.2.tar.gz | 3.1 kB | Details |
Release files / googleparser-0.2.tar.gz
| Download URL | googleparser-0.2.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d80359908aa59e8a0b7b2399ca114537c23447099dfcd3eac6228d076cdd0175
|
|
BLAKE2b-256 checksum How to use checksums |
1beeaa3e99f01642463ecaa3dcf940767fed0a74c6fa05ec25381453f82e1673
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|