Skip to content

yumoqing/news_yapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

news_yapi

this is a news feed provider of newsapi for uninews

Dependency

pip install newsapi-python

Installation

pip install news_api

register a app_key

go to newsapi to bay a plan

Usage

from news_api import set_app_info
from uninews import NewsFeed

set_app_info(YOUR_APP_KEY)
nf = NewsFeed('news_api')
nf.news()
nf.headline()
nf.topstory()

About

news feed provider for neap.org for uninews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages