Update readme

master
Jan 2020-12-03 19:35:22 +00:00
parent 01bbb34364
commit 87c3b4b285
1 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@ Simple bot that notifies you of timetable changes on Discord.
- `sudo npm install -g typescript` if you haven't already - `sudo npm install -g typescript` if you haven't already
- Type `tsc` to compile - Type `tsc` to compile
- Create a `.env` file in the project's root with the following content: - Create a `.env` file in the project's root with the following content:
- SCHOOLNAME=Your school's name - SCHOOLNAME=Your school's name
- USERNAME=Your username - USERNAME=Your username
- PASSWORD=Your password - PASSWORD=Your password
- BASEURL=Your school's Untis URL, for example mese.webuntis.com - BASEURL=Your school's Untis URL, for example mese.webuntis.com
- BOT_TOKEN=Discord bot token - BOT_TOKEN=Discord bot token
- CHANNEL=The channel ID that the bot sends messages to. Only supports DM channels right now. - CHANNEL=The channel ID that the bot sends messages to. Only supports DM channels right now.
- `node dist/index.js` to run the bot. You can use tools like `pm2` to automate starting and stopping. - `node dist/index.js` to run the bot. You can use tools like `pm2` to automate starting and stopping.