ratingfish


Nameratingfish JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/abrihter/ratingfish
SummaryPython wrapper for the RatingFish API
upload_time2023-08-22 23:17:43
maintainer
docs_urlNone
authorabrihter
requires_python
licenseMIT
keywords ratingfish api wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ratingfish
Python wrapper for RatingFish API

#### Install
```
pip3 install ratingfish
```

### Example
```Python
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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/abrihter/ratingfish",
    "name": "ratingfish",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "RATINGFISH,API,WRAPPER",
    "author": "abrihter",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4f/61/c7aee2e5bcba381b1b0d701558e0ef10aa5a2278acf71d79daafe0be9859/ratingfish-0.1.tar.gz",
    "platform": null,
    "description": "# ratingfish\nPython wrapper for RatingFish API\n\n#### Install\n```\npip3 install ratingfish\n```\n\n### Example\n```Python\nimport os\nimport ratingfish\n\nAPI_KEY = os.environ['RATINGFISH_API_KEY']\n\nrf = ratingfish.RatingFish(api_key=API_KEY)\nwebsite = rf.website.get()\nprint(website)\n```\n\n## Classes and methods\n```\nRatingFish.website.get - get website data\nRatingFish.agents.get - get agents data\nRatingFish.agents.stats - get agents stats\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper for the RatingFish API",
    "version": "0.1",
    "project_urls": {
        "Download": "https://github.com/abrihter/ratingfish/archive/refs/tags/v0.1.tar.gz",
        "Homepage": "https://github.com/abrihter/ratingfish"
    },
    "split_keywords": [
        "ratingfish",
        "api",
        "wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f61c7aee2e5bcba381b1b0d701558e0ef10aa5a2278acf71d79daafe0be9859",
                "md5": "4a3c0ecf336bf1ca25a65639a49ded44",
                "sha256": "ab22d52f881bb897c9e3987037c7884b65b58f48913a2cbdd68ad3d839fb76a2"
            },
            "downloads": -1,
            "filename": "ratingfish-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4a3c0ecf336bf1ca25a65639a49ded44",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3487,
            "upload_time": "2023-08-22T23:17:43",
            "upload_time_iso_8601": "2023-08-22T23:17:43.920868Z",
            "url": "https://files.pythonhosted.org/packages/4f/61/c7aee2e5bcba381b1b0d701558e0ef10aa5a2278acf71d79daafe0be9859/ratingfish-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 23:17:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "abrihter",
    "github_project": "ratingfish",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ratingfish"
}
        
Elapsed time: 0.10716s