This project is a simple web application that allows users to securely store and retrieve their Discord bot tokens using unique endpoints and passwords. It provides a secure way to manage Discord bot tokens without exposing them directly in code.
Join our Discord community for support and discussions: Click Here 🙂
- Securely store Discord bot tokens using unique endpoints and passwords
- Retrieve tokens by providing the correct endpoint and password
- MongoDB integration for data storage
- Express.js for server-side logic
Check out the live preview of the application here.
- Clone the repository:
git clone https://github.com/OG-Devcords/discord-token-manager.git
- Install dependencies:
cd discord-token-manager
npm install
-
Set up environment variables:
MONGO_URI: MongoDB connection URIPORT: Port on which the server will run (optional, defaults to 3000)
-
Start the server:
npm start
- Access the application in your web browser at
http://127.0.0.1:3000(or the port specified in your environment variables).
- Navigate to the application in your web browser.
- Use the provided interface to securely store your Discord bot tokens.
- Retrieve tokens by providing the correct endpoint and password.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature-name) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/your-feature-name) - Create a new Pull Request
This project is licensed under the GNU General Public License v3.0.