Giter Club home page Giter Club logo

stripe-checker's Introduction

stripe-checker

Credit card checker using stripe payment gateway.

building

to build it is very simple, you need git and golang installed to start

  # clone repo
  $ git clone https://github.com/41337/stripe-checker.git
  
  # enter the folder
  $ cd stripe-checker
  
  # do the build
  $ go build -o schecker cli.go

after that you will have the binary called schecker (stripe-checker) now just use it

how to use

to check only one card you can use

  # command once arrives only one card, you can abbreviate with: o, 0
  $ ./schecker once "5555555555555555|05|2025|555"

Once Mode Print

to check card list

  # your card list should look like this:
  5555555555555555|05|2025|555
  5555555555555555|05|2025|555
  5555555555555555|05|2025|555
  
  # list command check multiple cards in a list, you can abbreviate it with: l
  $ ./schecker list my_cards.txt

List Mode Print

configuration file

your configuration file should look like this:

stripePublishKey: "pk_live..."
stripePrivateKey: "sk_live_..."
ammount: "...."
currency: "usd"
  • note: in your file you can change keys, change the value that will be pulled in the check and change the currency

if you have more than one configuration file you can pass it using flags

  # this way you can use several configuration files just passing their name in the config path flag
  $ ./schecker —config-path myconfig.yaml list my_cards.txt

stripe-checker's People

Contributors

0x41337 avatar marcocardingservices avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.