Python wrapper for the RatingFish API
Project description
ratingfish
Python wrapper for RatingFish API
Install
pip3 install ratingfish
Example
import os
import ratingfish
API_KEY = os.environ['RATINGFISH_API_KEY']
rf = ratingfish.RatingFish(api_key=API_KEY)
website = rf.website.get()
print(website)
Classes and methods
RatingFish.website.get - get website data
RatingFish.agents.get - get agents data
RatingFish.agents.stats - get agents stats
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ratingfish-0.1.tar.gz
(3.5 kB
view details)
File details
Details for the file ratingfish-0.1.tar.gz
.
File metadata
- Download URL: ratingfish-0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab22d52f881bb897c9e3987037c7884b65b58f48913a2cbdd68ad3d839fb76a2 |
|
MD5 | 4a3c0ecf336bf1ca25a65639a49ded44 |
|
BLAKE2b-256 | 4f61c7aee2e5bcba381b1b0d701558e0ef10aa5a2278acf71d79daafe0be9859 |