With this module, you can search for answers of Google Questions.
Project description
With this module, you can search for answers of Google Questions.
HOW TO USE:
To get the answer of a question, type the following line: print(get_answer(‘why is the sky blue?’)) To get the snippet of a question, type the following line: print(get_snippet(‘why is the sky blue?’)) To get the link of the question’s source (https://www.rmg.co.uk/stories/topics/why-sky-blue), type the following line: link = get_link(question) print(link)
To get the title of the link of the question, type the following line print(get_title(‘why is the sky blue?’)) Lastly, to get the domain (www.rmg.co.uk), first find the link by following the step above, then write out this line: print(get_domain(link))
If this module helps you, please share with friends.
11 - 12 - 21: -Added the ability to define a question’s answer, snippet from Google, link/source, and domain of link -Released Version 0.1
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
File details
Details for the file Organic Answers-0.0.1.tar.gz.
File metadata
- Download URL: Organic Answers-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/3.10.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79f4142b03761d5eae5e3856414bcd01cdb971f5ce9691518047863510e06e45
|
|
| MD5 |
d596cba6f26624493ad181f89bde3d0c
|
|
| BLAKE2b-256 |
713427022ff1a29c61a44480ece59716336335c5cdd8ac78aef0f8b4bbd3185a
|