SkillAgentSearch skills...

AIARTGEN

A bot that generates images based on user prompts using an AI image generation API

Install / Use

/learn @abirxdhack/AIARTGEN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AI Image Bot

This repository contains a Telegram bot built using the Pyrogram library that generates images based on user prompts using an AI image generation API.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/abirxdhack/AIARTGEN.git
    cd AIARTGEN
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Configuration

Create a config.py file in the project directory and add the following configuration variables:

# config.py

API_ID = 'your_api_id'
API_HASH = 'your_api_hash'
BOT_TOKEN = 'your_bot_token'

Replace the placeholder values with your actual API keys and tokens.

Usage

To run the AI Image Bot, use the following command:

python main.py

Commands

AI Image Bot Commands

  • /ai <prompt>: Generates images based on the provided prompt using an AI image generation API.

    Example:

    /ai Batman
    

License

This project is licensed under the MIT License. See the LICENSE file for details.

Related Skills

View on GitHub
GitHub Stars16
CategoryContent
Updated15d ago
Forks1

Languages

Python

Security Score

90/100

Audited on Mar 24, 2026

No findings