Automating Stability AI API Keys with Python Selenium
// 1 min read
I used to use Stability AI for image generation. Each API key gave 25 credits — enough for at least 10 images. That wasn’t enough for me, so I wrote a Python Selenium script to automate getting API keys.
The logic is simple: it creates an email, registers an account with it, grabs the API key, and saves it to apikeys.txt.
Sharing it now. If you find it useful, a star would be great. 🙂