An open API service indexing awesome lists of open source software.

https://github.com/Luncenok/vulcan-o-bot

Discord bot client for vulcan uonet+ register
https://github.com/Luncenok/vulcan-o-bot

Last synced: 5 months ago
JSON representation

Discord bot client for vulcan uonet+ register

Awesome Lists containing this project

README

        

# vulcan-o-bot

Discord bot client for vulcan uonet+ register

## Usage

To log in type in dm: `?login email password symbol`. For example:
`?login [email protected] password123 warszawa` or
`?||login [email protected] password123 warszawa||`

## Available commands

If you ever forget a command, use ?help

### Category vulcan:

#### login

![login](./command_photos/login.png)

#### logout

![logout](./command_photos/logout.png)

#### exams

![exams](./command_photos/exams.png)

#### grades

![grades1](./command_photos/grades1.png)
![grades2](./command_photos/grades2.png)
![grades3](./command_photos/grades3.png)
![grades4](./command_photos/grades4.png)

#### homework

![homework](./command_photos/homework.png)

#### luckynumber

![luckynumber](./command_photos/luckynumber.png)

#### status

![status](./command_photos/status.png)

#### timetable

![timetable](./command_photos/timetable.png)

### Category other:

#### help

![help](./command_photos/help.png)

#### info

![info](./command_photos/info.png)

#### ping

![ping](./command_photos/ping.png)

### develop (only for bot owner):

#### reload

to get more info about specified command please type: `?help command`. For example: `?help login`

## Installation

Install dependencies

```
yarn install
```

Run bot requires environment variables. See example environment variables [here](.env.example)

```
yarn run development
```

## License

The code of this project is licensed under MIT.