From 1184d5c63b74d30f1692dc1336c2f50be3442b13 Mon Sep 17 00:00:00 2001 From: Yoshikage Kira <8bit_yoshikage_kira@proton.me> Date: Sun, 14 Jul 2024 00:10:16 -0400 Subject: [PATCH] chore: Update warning message on README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 532d27b..3a40461 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Retrieve User Information, Trophies, Game and Store data from the PlayStation Ne [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/MIT) - -\n + +\n ## How to install @@ -32,7 +32,7 @@ pip install PSNAWP ## Getting Started > [!CAUTION] -> This library is an unofficial and reverse-engineered API wrapper for the PlayStation Network (PSN). It has been developed based on the reverse engineering of the PSN Android app. At the moment the library doesn't implement automatic rate limiting. It is crucial for users to manually manage their request rate to avoid sending too many requests in a short period. Excessive use or bulk requests may lead to your PSN account being temporarily or permanently banned. +> This library is an unofficial and reverse-engineered API wrapper for the PlayStation Network (PSN). It has been developed based on the reverse engineering of the PSN Android app. The API wrapper (>= v2.1.0) will self rate limit at 300 requests per 15 minutes. However, it is still important that you don't send bulk requests using this API. Excessive use of API may lead to your PSN account being temporarily or permanently banned. > > You can also create a dedicated account to use this library so that in the worst-case scenario you do not lose access to your primary account, along with your video games and progress.