mirror of
https://github.com/Greensky-gs/calwatcher.git
synced 2026-05-13 06:32:49 +00:00
Mirror from https://github.com/Greensky-gs/calwatcher
| assets | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| environment.d.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Calwatcher
A simple Discord bot using Amethyst JS to watch for changes in an iCal feed and notify users of new/changed events.
Features
- Watch multiple iCal feeds
- Notify users of new events
- Notify users of changed events
- Generate and send an image of the user's timetable
Usage
- Clone the repository (
git clone https://github.com/Greensky-gs/calwatcher) - Install dependencies (
yarn install) - Fill the
.envfile link in./env.example - Build the bot (
yarn build) - Run the bot (
yarn start)
Contributors
Problems
Please open an issue if you encounter any problems.