Steamgamedata

Latest version: v1.1.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1

Features
- **New `save_data` Function**: The `save_data` function has been introduced in both the Python and JavaScript packages. This function allows users to fetch game data and save it directly to a JSON file in a single command.
- **Updated Documentation**: The README has been updated to reflect the new usage instructions for the `save_data` function, including installation steps for both Python and JavaScript versions.

Changes
- **Legacy Functions Maintained**: The original `pull` and `write` functions are still available for users who prefer to use them separately.
- **Improved Error Handling**: Enhancements have been made to error handling in the core functions to provide clearer feedback to users.

Installation Instructions
- **Python Version**:
bash
pip install steamgamedata


- **JavaScript Version**:
bash
npm install steamgamedata


**Full Changelog**: https://github.com/iamnotmega/steamgamedata/compare/1.0...1.1

1.0

Overview

This is the initial release of the Steam Game Data project, which allows users to fetch and save game data from the Steam API. It includes implementations for both Python (pip version) and JavaScript (npm version).

Features

Python Version (Pip)

- **Data Fetching**: Users can pull game data from the Steam API using the app ID.
- **Data Saving**: Fetched data can be saved in a JSON format using the `steamgamedata` package.

JavaScript Version (NPM)

- **Data Fetching**: Similar functionality for fetching game data from the Steam API using the app ID.
- **Data Saving**: Ability to save the fetched data in a JSON format.

Project Structure

- The project is organized into two main directories: `pip/` for the Python version and `npm/` for the JavaScript version.
- The npm version includes a `node_modules` directory for dependencies and a `package-lock.json` file for locking the package versions.

Installation

Python Version

To install the Python package, navigate to the `pip` directory and run:

bash
pip install .


JavaScript Version

To install the JavaScript package, navigate to the `npm` directory and run:

bash
npm install


Additional Information

For detailed usage instructions, please refer to the README file in the project.

License

This project is licensed under the MIT License.

**Full Changelog**: https://github.com/iamnotmega/steamgamedata/commits/1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.