Skip to content

Zingzy/pollinations.ai-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

53 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pollinations.ai Discord Bot

Generate AI Images for free under 10 seconds using pollinations.ai ๐Ÿค–๐ŸŽจ

๐Ÿ”ฅ Features ๐Ÿ’ก What's Next ๐Ÿš€ Getting Started โž• Add to your server

GitHub last commit GitHub commit activity GitHub issues Discord

โšก Introduction

๐ŸŒธ Pollinations.ai bot is a discord bot which generates AI images using https://pollinations.ai. It is written in Python using the discord.py library and is currently used in over 500 discord servers.


๐Ÿ”ฅ Features

  • Generate AI images using the /pollinate command

    • Users can also speicify whether they want to AI enhance their prompt or not.
    • Users can also specify the width and height of the image.
  • Generate multiple variations of a prompt using the /multi-pollinate command

    • The bot will generate 4 different variations of the prompt.
  • Generate random AI images using the /random command

  • View Leaderboard of the top users using the /leaderboard command


๐Ÿš€ Getting Started

  1. Inviting the Bot: Invite Pollinations.ai bot to your server using the following link: Invite Pollinations.ai bot.

  2. Commands: Use the various commands mentioned above to start generating AI Images.


โš™๏ธ How to setup

Rename the .env.example file to .env

mv .env.example .env

Now open the .env file and add your discord bot TOKEN and MONGODB_URI to the file.

Install dependencies

pip install -r requirements.txt

OR

pipenv install

Start the bot

Linux

python3 main.py

Windows

python main.py

๐Ÿ“ Feedback / Issues

To give feedback, ask a question or make a feature request, you can either use the Github Discussions or JOIN OUR SUPPORT SERVER ๐Ÿชฌ

Bugs are logged using the github issue system. To report a bug, simply open a new issue ๐Ÿชฒ


๐Ÿค Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.


๐Ÿ’ก what's next

  • Add Likes and bookmark view commands
  • Add style option in pollinate command

Any Other suggestions would be appreciated ...


Contributors