Scraping google news
Project description
Google News Py
Search news with python in google news.
What's necessary
python >=3.6
Instaling
pip install googlenewspy
Using
from googlenewspy import Search
search = Search()
text = 'Python'
search.news(text)
Features
You can specify witch country and host language in Search object, for better results. Ex:
search = Search(host_language='en-US', geolocation='US')
search.news('Python')
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
googlenewspy-0.0.2.tar.gz
(2.6 kB
view details)
File details
Details for the file googlenewspy-0.0.2.tar.gz
.
File metadata
- Download URL: googlenewspy-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6ed8c8ed8f0e3649a409a3beb8127b8ffed6303c49735a495f46941f98d2544a
|
|
MD5 |
539ac1bf82cf3f987e87af6321d8f720
|
|
BLAKE2b-256 |
d19fd286647fc62714e2cc858e87a036e9a5a4ded02c17406345ada3a4c179e5
|