Fetch openai billing info from command line
Project description
openai-billing-playwright
Fetch openai billing info from command line
Install it
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
Use it
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openai_billing-0.1.0a1.tar.gz
(6.6 kB
view hashes)
Built Distribution
Close
Hashes for openai_billing-0.1.0a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ac125ac1f52ed647832bf431a51bbb56f37f21c3a93b1341a4a5027a83d7b37 |
|
MD5 | 53ab9a58af44a731a823a73d83d72216 |
|
BLAKE2b-256 | 745ff9b2eb70ef9b42bd5c74be69537d3c1d61d23933c223eb4876f1884c8b00 |