Find a file
2025-10-07 21:47:05 +02:00
assets feat: Add edt drawer 2025-10-07 21:36:23 +02:00
src fix: Add button to icalFeed 2025-10-07 21:40:02 +02:00
.env.example chore: 📝 Add README 2025-10-07 21:44:46 +02:00
.gitignore chore: 🙈 Ignore correct files 2025-10-07 21:35:59 +02:00
environment.d.ts chore: 📝 Add README 2025-10-07 21:44:46 +02:00
LICENSE chore: 📄 Upload LICENSE 2025-10-07 21:46:10 +02:00
package.json chore: 🎉 Start project 2025-10-07 19:51:19 +02:00
README.md fix: ✏️ Fix typo in README 2025-10-07 21:47:05 +02:00
tsconfig.json chore: 🎉 Start project 2025-10-07 19:51:19 +02:00
yarn.lock chore: 🎉 Start project 2025-10-07 19:51:19 +02:00

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

  1. Clone the repository ( git clone https://github.com/Greensky-gs/calwatcher )
  2. Install dependencies ( yarn install )
  3. Fill the .env file link in ./env.example
  4. Build the bot ( yarn build )
  5. Run the bot ( yarn start )

Contributors

Problems

Please open an issue if you encounter any problems.