Latest science news from ScienceDaily.
Project description
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
Licence
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.3.tar.gz
(27.4 kB
view details)
File details
Details for the file scientpyfic-0.0.3.tar.gz.
File metadata
- Download URL: scientpyfic-0.0.3.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90f8c704c3fba4ceae94efd95379f2c4f84bbc50e76a0f0d8d3aa722630ffd31
|
|
| MD5 |
527818b2dfe9e69dc5faabba9683b3df
|
|
| BLAKE2b-256 |
a7d8243b73402eb0a053bdf303e46a8db86153bb00fb3c97741a9225550ffe8d
|