Skip to content

AlephZe/aleph-discord-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aleph Bot

visitor badge

Aleph Bot is a Discord bot that allows you to search for images based on keywords and some other utility commands.

AlephZe Python Discord

Features

  • Image search: Search for images based on keywords using the ?image command.

Installation

  1. Clone the repository:

    git clone git@github.com:Alvalens/discord-bot.git
    
  2. Install the required dependencies:

  3. Create a .env or copy the .env.example file in the project root with the following content:

    token=YOUR_DISCORD_BOT_TOKEN
    login=YOUR_API_LOGIN
    password=YOUR_API_PASSWORD
    

    Replace token, login, and paddword with your actual tokens and credentials. SERP API used: DataForSeo Google image search

  4. Run the bot

    py main.py

Usage

  • ?image<keywords>: Searches for images based on the provided keywords.
  • ?help: Show avalible commands
  • ?ping: Pings the bot and returns "Pong!".

Contributing

Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or submit a pull request.

License

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

About

discord bot image searcher with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%