Skip to main content

Latest science news from ScienceDaily.

Project description

https://github.com/monzita/scientpyfic/scientpyfic.png

Get the latest news from ScienceDaily. .. image: https://github.githubassets.com/images/icons/emoji/unicode/1f4f0.png

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

Licence

MIT

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

scientpyfic-0.0.1.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

scientpyfic-0.0.1-py3.7.egg (16.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page