定制 supracodes/cli-venmo-account-checker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

supracodes/cli-venmo-account-checker

最新稳定版本:v1.0.2

Composer 安装命令:

composer require supracodes/cli-venmo-account-checker

包简介

A command-line application for efficiently checking multiple Venmo accounts.

README 文档

README

Performs a bulk validation of Venmo accounts. Validates if each account in the provided list is a legitimate Venmo account.

Usage

venmo [--accountList=list.txt] [--proxy=PROXY] [--threadCount=10]

Options

  • --accountList=list.txt: Path to the file containing the list of Venmo accounts to validate. (default: list.txt)
  • --proxy=PROXY: Proxy configuration to use. Use [random(length)] to generate a random string. Example: socks5: //user-s-[random(10)]:pass@host:port
  • --threadCount=10: Number of concurrent threads to use during validation. (default: 10)

Description

This command initiates the process to validate Venmo accounts by performing bulk validation. It takes a list of Venmo accounts as input and checks if each account is a legitimate Venmo account.

Examples

Validate Venmo accounts using the default list file:

venmo

Validate Venmo accounts using a custom list file:

venmo --accountList=custom_list.txt

Validate Venmo accounts using a proxy configuration:

venmo --proxy=socks5://user:pass@host:port

Validate Venmo accounts with a specific number of concurrent threads:

venmo --threadCount=5

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-06-13