https://github.com/shdwtakashi/athena
Athena in VScode.
https://github.com/shdwtakashi/athena
axios developer-tool discord-api discord-bot discord-js eslint hacktoberfest nodejs open-source security
Last synced: 2 months ago
JSON representation
Athena in VScode.
- Host: GitHub
- URL: https://github.com/shdwtakashi/athena
- Owner: ShdwTakashi
- License: apache-2.0
- Created: 2024-12-06T17:35:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T23:52:15.000Z (7 months ago)
- Last Synced: 2025-03-30T21:51:12.433Z (4 months ago)
- Topics: axios, developer-tool, discord-api, discord-bot, discord-js, eslint, hacktoberfest, nodejs, open-source, security
- Language: JavaScript
- Homepage:
- Size: 13.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Overview
This is a Discord ~~bot~~ Feature that allows users to authenticate themselves using their GitHub accounts. This bot can be used to create a community of developers, provide privileged access to resources, or simply verify user identities.# Features
- [x] GitHub Authentication: Users can authenticate themselves using their GitHub credentials.
- [ ] User Profiles: Users can view their GitHub profiles within the bot.
- [ ] Role Management: Assign roles to users based on their GitHub permissions.# Installation
## Prerequisites
- Node.js and npm (or yarn) installed on your system.
- A Discord bot token. You can create one on the Discord Developer Portal.
- A GitHub OAuth application. You can create one on the GitHub Developer settings.

## Steps
1. Clone the repository:
`git clone https://github.com/ShdwTakashi/Athena`
2. Navigate to the project directory:
`cd Athena`
3. Install the dependencies:`npm install` or `yarn install`
4. Create a `.env` file in the project root and add the following environment variables:
```
token = N/A
ClientID = N/A
ClientSecret = N/A
```Replace the `N/A` for your Actual Values.
## License
This ~~bot~~ Repository is released under the Apache License 2.0.