Skip to content

A discord bot for keeping track of of your schedule, loading it directly from a url to an iCal file.

License

Notifications You must be signed in to change notification settings

dylan-robins/ical_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCal bot

A discord bot for keeping track of of your schedule, loading it directly from a URL to an iCal file.

Prerequisites

  • Docker
  • A bot token on the Discord Developer Portal.

How to run

Clone the repository to your machine.

Build the docker image:

docker build -t ical_bot .

Run the docker image

docker run -b \
  --env STORAGE_VOLUME=/store \
  --env DISCORD_TOKEN=YOUR-TOKEN-HERE \
  --mount source=icalvol,target=/store \
  ical_bot:latest

That's it!

About

A discord bot for keeping track of of your schedule, loading it directly from a url to an iCal file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published