Skip to content

Telegram bot for seating academic dinner parties (sitsit)

Notifications You must be signed in to change notification settings

fyysikkokilta/Plaseerausbotti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plaseerausbotti

Build CI

Telegram bot for seating academic dinner parties (sitsit).

Currently, very much work in progress.

Deployment with Docker

  1. Make a .env-file containing PLASSIBOT_TOKEN and the corresponding token.
  2. Run Docker with
    docker run -d --env-file .env ghcr.io/fyysikkokilta/plaseerausbotti

Development

  1. Clone the repo
  2. Install dependencies
    pip install -e .
    (optional) or the testing dependencies as well
    pip install -e .[test]
  3. Start coding!