openai-billing 0.1.0a2

Creator: railscoder56

Last updated:

Add to Cart

Description:

openaibilling 0.1.0a2

openai-billing-playwright

Fetch openai billing info from command line
Install it
Download the latest release and unzip.
Use it
Run openai-billing.exe from command line.
openai-billing.exe --help

openai-billing.exe u@gmai.com pw1 u2@gmai.com pw2

# check two pairs
openai-billing.exe u@gmai.com pw1 u2@gmai.com pw2

# or when special characters (&, * etc) are in passwords
openai-billing.exe "u@gmai.com pw*1 u2@gmai.com pw2&"

# check pairs in clipboard
openai-billing.exe openai_billing

# check pairs in a file
openai-billing.exe --filename email-pw-pairs.txt

# use a proxy
openai-billing.exe --proxy soscks5://127.0.0.1:1080 u@gmai.com pw1 u2@gmai.com pw2

# turn on browser: to see the whole thing in action
openai-billing.exe u@gmai.com pw1 --headful

# turn on debug
set LOGURU_LEVEL=TRACE
openai-billing.exe u@gmai.com pw1 --headful

Use it with python
pip install openai-billing
# pip install git+https://github.com/ffreemt/openai-billing-playwright
# poetry add git+https://github.com/ffreemt/openai-billing-playwright
# git clone https://github.com/ffreemt/openai-billing-playwright && cd openai-billing-playwright

python -m openai_billing

# or
openai-billing

# help
python -m openai_billing --help

# check two pairs
python -m openai_billing u@gmai.com pw1 u2@gmai.com pw2

# or special characters (&, * etc) in passwords
python -m openai_billing "u@gmai.com pw*1 u2@gmai.com pw2&"

# check pairs in clipboard
python -m openai_billing

# check pairs in a file
python -m openai_billing --filename email-pw-pairs.txt

# use a proxy
python -m openai_billing --proxy soscks5://127.0.0.1:1080 u@gmai.com pw1 u2@gmai.com pw2

# turn on browser: to see the whole thing in action
python -m openai_billing u@gmai.com pw1 --headful

# turn on debug
set LOGURU_LEVEL=TRACE
python -m openai_billing u@gmai.com pw1 --headful

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.