This module returns Latest News by category
Project description
pyNewsApi
## This Package Returns Latest and top News Headlines from different sources of News by taking some argumentsInstallation
Run the following to install
$pip install pyNewsApi
Usage
from pyNewsApi import PYNEWS
p = PYNEWS()
Get News by country codes
data = p.get_headlines_by_country(countrycode='in') or p.get_headlines_by_country('in')
print(data)
Get News by news provider name
data = p.get_headline_by_source(source='techradar') or p.p.get_headline_by_source('techradar')
print(data)
Get News by category and country name
data = p.get_head_by_cat_country(cat='technology',country='in') or p.get_head_by_cat_country('technology','in')
print(data)
Get Top headlines by giving query
data = p.get_top_headlines_about(query='apple') or p.get_top_headlines_about('apple')
print(data)
Get all news from all sources no need to take any arguments
data = p.get_from_all_sources()
print(data)
Get News by languages
data = p.get_by_lang(lang='fr') or p.get_by_lang('fr')
print(data)
get help for the module
p.get_help()
get all supported languages
p.display_languages()
get country codes
p.display_country_codes()
get categories
p.display_catcty()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyNewsApi-0.0.4.tar.gz.
File metadata
- Download URL: pyNewsApi-0.0.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
228e340571cb476e0e0eda19a73881772608936b2810cf410ca8282b9484f3e3
|
|
| MD5 |
7f0b455d22e300a7c66f09e65f531dc5
|
|
| BLAKE2b-256 |
2277726cd25c72fedf4bd908e4859cba26987f92ad3459e8b60e92ac67540a61
|
File details
Details for the file pyNewsApi-0.0.4-py3-none-any.whl.
File metadata
- Download URL: pyNewsApi-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1740f1b62e067bd35331c54d77eeed585b738118543008958510cfad8754335
|
|
| MD5 |
9404d1979a5ac56a81eec04723b92593
|
|
| BLAKE2b-256 |
a8cf2eb9a3a4a66742bd01e0128af3a9979b12843cb085ba3a16003a474f6fd5
|