🎨 An unofficial API for Pika.art
pip install -r requirements.txt
v1.5
request. The keys are in the headers under Authorization
. Copy it along with the Bearer
prefix. my-library
requests. These should be populating automatically. Copy the Cookie
header value along with the sb-login
prefix. subscriptions
requests. Look for your User ID in the request URL. Copy it without the eq.
prefix.example_config.yaml
file to config.yaml
and fill in the keys.all_prompts.txt
file. Each prompt should be on a new line.python main.py
[!NOTE]
main.py
calls generation requests parallely. It is extremely barebones. Feel free to modify it as you see fit. This codebase is provided as-is and do not expect any updates.