An open API service indexing awesome lists of open source software.

https://github.com/sheikhfarazz/athenai

Discover AthenAI, the Greek mythology Discord bot! Engage with trivia, jokes, and wisdom while exploring ancient myths. Join the fun on GitHub! πŸ¦‰πŸ’»
https://github.com/sheikhfarazz/athenai

athena athenai aws cli command-line-tool flask-application formula github-config go homebrew homebrew-tap python

Last synced: 4 months ago
JSON representation

Discover AthenAI, the Greek mythology Discord bot! Engage with trivia, jokes, and wisdom while exploring ancient myths. Join the fun on GitHub! πŸ¦‰πŸ’»

Awesome Lists containing this project

README

          

# AthenAI: Your Interactive Discord Bot Merging Mythology and AI πŸ€–πŸŒŒ

![AthenAI Logo](https://img.shields.io/badge/AthenAI-Discord%20Bot-blue.svg)
![Python Version](https://img.shields.io/badge/Python-3.8%2B-blue.svg)
![Discord.py Version](https://img.shields.io/badge/Discord.py-1.7.3-blue.svg)
![GitHub Releases](https://img.shields.io/badge/Releases-Click%20Here-brightgreen.svg)

[![Download AthenAI Releases](https://img.shields.io/badge/Download%20Releases-Click%20Here-orange.svg)](https://github.com/SheikhFarazz/AthenAI/releases)

## Table of Contents

- [Overview](#overview)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Commands](#commands)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)

## Overview

AthenAI is a Discord bot that combines the fascinating world of Greek mythology with the capabilities of Google Gemini AI. This bot offers a variety of interactive features, including trivia, jokes, motivational quotes, and AI-powered answers. Built using Python and the Discord.py library, AthenAI serves as a fun and educational tool for Discord communities.

## Features

- **Trivia Games**: Test your knowledge of Greek mythology with engaging trivia questions.
- **Jokes**: Enjoy a collection of light-hearted jokes related to mythology and AI.
- **Motivational Quotes**: Receive daily inspiration from ancient Greek philosophers and modern thinkers.
- **AI-Powered Answers**: Get smart responses to your questions, thanks to Google Gemini AI.
- **User-Friendly**: Easy to use and navigate for all Discord users.
- **Open Source**: Contributions are welcome!

## Installation

To set up AthenAI on your local machine, follow these steps:

1. **Clone the Repository**: Use the following command to clone the repository to your local machine.

```bash
git clone https://github.com/SheikhFarazz/AthenAI.git
```

2. **Navigate to the Directory**:

```bash
cd AthenAI
```

3. **Install Dependencies**: Make sure you have Python 3.8 or higher installed. Then, install the required packages.

```bash
pip install -r requirements.txt
```

4. **Set Up Environment Variables**: Create a `.env` file in the root directory and add your Discord bot token and any other necessary configurations.

```plaintext
DISCORD_TOKEN=your_token_here
```

5. **Run the Bot**: Start the bot with the following command.

```bash
python bot.py
```

Now, AthenAI should be running in your Discord server!

## Usage

Once installed, invite AthenAI to your Discord server. You can interact with the bot using various commands. Type `!help` to see a list of available commands.

## Commands

Here’s a list of commands you can use with AthenAI:

- `!trivia`: Start a trivia game about Greek mythology.
- `!joke`: Get a random mythology-themed joke.
- `!motivate`: Receive a motivational quote.
- `!ask [question]`: Ask AthenAI any question, and it will respond using Google Gemini AI.

## Contributing

Contributions are welcome! If you want to improve AthenAI, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push to your branch.
5. Open a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgments

- **Discord.py**: A powerful library for creating Discord bots.
- **Google Gemini AI**: For providing AI capabilities.
- **Greek Mythology**: For the rich content and inspiration.

For more updates, check the [Releases section](https://github.com/SheikhFarazz/AthenAI/releases).

[![Download AthenAI Releases](https://img.shields.io/badge/Download%20Releases-Click%20Here-orange.svg)](https://github.com/SheikhFarazz/AthenAI/releases)