Skip to content

mr05je/KIPFINSchedule

Repository files navigation

KIPFINSchedule

❗❗❗OFFICIAL CLOSED AND NOT SUPPORTED❗❗❗

A college bot for students that parses an audience file and sends the audiences, teachers, and pair time in one message

TODO list and bot roadmap:

  • couple name
  • couple time
  • teacher
  • audience

Demo

Environment Variables

To use bot you need:

  • telegram bot token
  • adobe console with pdf service
  • database

Installation

Download from github

  git clone https://github.com/mr05je/KIPFINSchedule-Dev.git

Deployment

Build image in docker

  docker build -t kipfinschedule -f ./KIPFINSchedule/Dockerfile .

Run image

docker run -p 5000:80 -p 5432 --add-host=host.docker.internal:host-gateway \ 
      --mount source=kipfin-volume,target=/app \
      --rm -d --log-driver=journald --name kipfin -it kipfinschedule:latest

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages