Skip to content

chavalasantosh/mass_skkey_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Stripe API Key Validator

This Python script provides a simple and effective way to validate Stripe API keys. By prompting the user to input their Stripe API keys and then attempting to retrieve Stripe account details, the script can quickly determine whether each key is valid or invalid.

Features

  • User Input for API Keys: The script allows users to input multiple Stripe API keys one by one.
  • Validation of Keys: It checks each key by attempting to connect to the Stripe API and retrieve account details.
  • Immediate Feedback: For each key, the script provides immediate feedback on whether the key is valid or invalid, including any error messages from the Stripe API for invalid keys.

Prerequisites

Before running the script, ensure you have Python installed on your system. Additionally, you need the Stripe Python library, which can be installed via pip:

pip install stripe

About

Mass Stripe Security Key checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages