This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env -S pixi exec --spec python==3.13 --spec requests -- python | |
import sys | |
import requests | |
# Prefix api token. | |
# Go to https://prefix.dev/settings/api_keys to generate one. | |
token = "pfx-BLABLABLA" |