POLLI-SHOW is a Discord bot for generating AI art using Pollinations.
- Generate AI art with specified prompts and styles
- Schedule automatic art generation
- Manage saved images to keep only the latest 500
-
Clone the repository:
git clone https://github.com/Tolerable/POLLI-SHOW.git cd POLLI-SHOW
-
Install dependencies:
pip install -r requirements.txt
-
Create a
.env
file with your environment variables:OPENAI_API_KEY=<your_openai_api_key> ARTSHOWPOLLI_DISCORD_BOT_TOKEN=<your_discord_bot_token>
-
Run the bot:
python POLLI-SHOW.py
- Use
/polliart <prompt> <style1> <style2>
to generate an image with specified styles. - Use
/pollishow <interval> <file_number>
to manage scheduled prompts.
This project is licensed under the MIT License. See the LICENSE file for details.