Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T16:04:54.000Z (about 1 month ago)
- Last Synced: 2024-12-20T16:32:55.608Z (about 1 month 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
![Untitled design](https://github.com/user-attachments/assets/a2480515-dd36-489b-8c00-c9d949dd6b50)
# 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.
![Screenshot 2024-12-20 10 20 32 AM](https://github.com/user-attachments/assets/2dad1b7f-834f-4ba2-b142-7b7b0ef4389e)
## Steps
1. Clone the repository:
`git clone https://github.com/your-username/your-repository.git`
2. Navigate to the project directory:
`cd your-repository`
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.