Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctorpok42/intrabot
IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.
https://github.com/doctorpok42/intrabot
bot discord discord-bot epitech epitech-intra intranet mongodb ts
Last synced: 3 days ago
JSON representation
IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.
- Host: GitHub
- URL: https://github.com/doctorpok42/intrabot
- Owner: DoctorPok42
- License: mit
- Created: 2023-06-28T09:01:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T20:52:47.000Z (9 months ago)
- Last Synced: 2024-05-02T04:10:33.057Z (7 months ago)
- Topics: bot, discord, discord-bot, epitech, epitech-intra, intranet, mongodb, ts
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntraBot
## Description
IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.
## Installation
### Requirements
- Node.js 16.6.0 or higher
### Setup
1. Clone the repository
2. Install the dependencies with `npm install`
3. Create a `.env` file in src/ with the following content:
```
TOKEN=your_discord_bot_token
CLIENTID=your_discord_application_client_id
DBCONNECTION=your_mongodb_connection_string
```
4. Start the bot with `npm start`## Usage
### Commands
- `/register` - Register your EPITECH account to the bot
- `/update` - Update your EPITECH account## License
MIT