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! π¦π»
- Host: GitHub
- URL: https://github.com/sheikhfarazz/athenai
- Owner: SheikhFarazz
- License: mit
- Created: 2025-07-02T11:56:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T19:50:13.000Z (4 months ago)
- Last Synced: 2025-07-02T20:38:26.630Z (4 months ago)
- Topics: athena, athenai, aws, cli, command-line-tool, flask-application, formula, github-config, go, homebrew, homebrew-tap, python
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AthenAI: Your Interactive Discord Bot Merging Mythology and AI π€π



[](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).
[](https://github.com/SheikhFarazz/AthenAI/releases)