csfloat-api


Namecsfloat-api JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/Rushifakami/csfloat_api
SummaryThis is an unofficial Python client library for interacting with the CSFloat API. The library allows users to programmatically access CSFloat’s listings, buy orders, user information, exchange rates, and more.
upload_time2024-09-23 19:05:11
maintainerNone
docs_urlNone
authorRushifakami
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CSFloat API Client (Unofficial)

This is an unofficial Python library for interacting with the **CSFloat API**. The library allows users to programmatically access CSFloat’s listings, buy orders, user information, exchange rates, and more.

## Key Features

- **Fetch all available listings**: Retrieve detailed listings with filters (price, float, rarity, etc.)
- **Retrieve buy orders**: Get buy orders and similar listings for specific items.
- **Manage user data**: Access and manage trades and searches based on Steam ID64.
- **Create and manage your own listings**: Easily list your items and make offers.
- **Support for both types**: Works with both 'buy now' and auction listings.

## Installation

You can install the library using pip:

```bash
pip install csfloat_api

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rushifakami/csfloat_api",
    "name": "csfloat-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rushifakami",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/97/a0/2857ca424e4b2701260237e4ed6f8af019f18d663d69b286547057946da9/csfloat_api-1.0.1.tar.gz",
    "platform": null,
    "description": "# CSFloat API Client (Unofficial)\n\nThis is an unofficial Python library for interacting with the **CSFloat API**. The library allows users to programmatically access CSFloat\u2019s listings, buy orders, user information, exchange rates, and more.\n\n## Key Features\n\n- **Fetch all available listings**: Retrieve detailed listings with filters (price, float, rarity, etc.)\n- **Retrieve buy orders**: Get buy orders and similar listings for specific items.\n- **Manage user data**: Access and manage trades and searches based on Steam ID64.\n- **Create and manage your own listings**: Easily list your items and make offers.\n- **Support for both types**: Works with both 'buy now' and auction listings.\n\n## Installation\n\nYou can install the library using pip:\n\n```bash\npip install csfloat_api\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is an unofficial Python client library for interacting with the CSFloat API. The library allows users to programmatically access CSFloat\u2019s listings, buy orders, user information, exchange rates, and more.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Rushifakami/csfloat_api"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c466a0a551a470cc23945ba460fa428e6172b5e496fd12a7c0186273f9fce1ad",
                "md5": "4191c8886a9e01f8b0197ee470daf7a2",
                "sha256": "92ed25fb3573d4e9cba1095dcab97e6965fb0bb52e6035544c9f6ce246fb5eb9"
            },
            "downloads": -1,
            "filename": "csfloat_api-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4191c8886a9e01f8b0197ee470daf7a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11520,
            "upload_time": "2024-09-23T19:05:09",
            "upload_time_iso_8601": "2024-09-23T19:05:09.911891Z",
            "url": "https://files.pythonhosted.org/packages/c4/66/a0a551a470cc23945ba460fa428e6172b5e496fd12a7c0186273f9fce1ad/csfloat_api-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97a02857ca424e4b2701260237e4ed6f8af019f18d663d69b286547057946da9",
                "md5": "10dc4d768391a68fe0832515a475f714",
                "sha256": "4a78d1b4bb650162c4c179a265de5bf8bd6d99897a831f92b9f20517b9762578"
            },
            "downloads": -1,
            "filename": "csfloat_api-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "10dc4d768391a68fe0832515a475f714",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9113,
            "upload_time": "2024-09-23T19:05:11",
            "upload_time_iso_8601": "2024-09-23T19:05:11.216924Z",
            "url": "https://files.pythonhosted.org/packages/97/a0/2857ca424e4b2701260237e4ed6f8af019f18d663d69b286547057946da9/csfloat_api-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 19:05:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rushifakami",
    "github_project": "csfloat_api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "csfloat-api"
}
        
Elapsed time: 0.37939s