This Python script automates the process of creating a temporary email, registering an account on Stability AI, and retrieving the API key.
💡 Why I created this tool:
Stability AI limits users to generating only 5 images per account, which was not sufficient for my needs. Instead of manually creating multiple accounts, I developed this automated solution using Selenium to simplify and speed up the process.
- 📨 Automatically generates a temporary email.
- 👤 Registers a new Stability AI account using the temp email.
- 🔑 Retrieves the API key for immediate use.
- Python (>= 3.8)
-
Clone the repository:
git clone https://github.com/abdullaabdullazade/stability-api-scraper.git cd stability-api-scraper
-
Install the required dependencies:
pip install -r requirements.txt
Run the script:
python main.py
- 🏗️ Generates a temporary email using an online service.
- 📩 Registers a new account on Stability AI with the temp email.
- 🔓 Logs in and retrieves the API key.
- ✅ Saves the API key for your use.
Bu Python skripti müvəqqəti email yaratmaq, Stability AI-də hesab açmaq və API açarını əldə etmək prosesini avtomatlaşdırır.
💡 Niyə bu aləti yaratdım:
Stability AI istifadəçilərə yalnız 5 şəkil yaratmağa icazə verir ki, bu da mənim ehtiyaclarımı ödəmir. Çoxsaylı hesabları əl ilə yaratmaq əvəzinə, bu prosesi sadələşdirmək və sürətləndirmək üçün Selenium-dan istifadə edərək bu avtomatlaşdırılmış həll yolunu hazırladım.
- 📨 Avtomatik olaraq müvəqqəti email yaradır.
- 👤 Temp email ilə yeni Stability AI hesabı qeydiyyatdan keçirir.
- 🔑 API açarını dərhal istifadə etmək üçün əldə edir.
- Python (>= 3.8)
-
Depozitoriyanı klonlayın:
git clone https://github.com/abdullaabdullazade/stability-api-scraper.git cd stability-api-scraper
-
Lazımi kitabxanaları quraşdırın:
pip install -r requirements.txt
Skripti işə salın:
python main.py
- 🏗️ Onlayn xidmət vasitəsilə müvəqqəti email yaradır.
- 📩 Müvəqqəti email ilə Stability AI-də yeni hesab qeydiyyatdan keçirir.
- 🔓 Giriş edir və API açarını əldə edir.
- ✅ API açarını istifadə üçün saxlayır.