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.3.tar.gz
(2.7 kB
view details)
File details
Details for the file googlenewspy-0.0.3.tar.gz
.
File metadata
- Download URL: googlenewspy-0.0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ff3cfeb9b4dcc5791ab525a8aa9d72d95698c1a78a7cd9f95ba7ca900967f34b
|
|
MD5 |
e0b2a2a7ef428becce6d336aeeb6fac4
|
|
BLAKE2b-256 |
e0700bffbc2543278fd9e2c7f8d2f649931401b711b30858d48720cc2ad0e4e9
|