ScientPYfic
Get the latest news from ScienceDaily.
Installation
>>> pip install scientpyfic
Documentation
Can be seen here
Example usage
>>> from scientpyfic.client import ScientPyClient
>>>
>>>
>>> client = ScientPyClient()
>>>
>>> all = client.all.all()
>>>
>>> for news in all:
>>> # news.title
>>> # news.description
>>> # news.pub_date
>>>
>>>
>>> top = client.top.top(body=True, journals=True)
>>>
>>> for news in top:
>>> # news.title
>>> # news.description
>>> # news.pub_date
>>> # news.body
>>> # news.journals