Code Monkey home page Code Monkey logo

classy's Introduction

classy

Classy is a discord bot for taking attendance, registering for classes on Discord, and sending reminders.

Note, this is currently in alpha stage, and pretty much only works for a very specific Discord/Class configuration.

The way it's currently set up, all classes live inside the same server/guild. Different roles have access to different channels.

The bot gives roles if they register for the class. This can be password protected.

Once users are registered, they can run !checkin in their class channel.

To run classy, you need to create a config.json file in the root with the following:

{
    "key":"YOURBOTKEYFROMDISCORDDEVELOPERPAGE",
    "classes":
     [
        {
            "name":"INFO2000 Fall 2022",
            "channel":"info2000fa22",
            "role":"INFO2000FA22",
            "password":"",
            "start_date":"8/10/2022",
            "end_date":"12/1/2022",
            "tz":"America/New_York",
            "periods":[{"day":"tuesday","start":"9:35 am","end":"10:50 pm"},{"day":"thursday","start":"9:35 am","end":"10:50 pm"}],
            "exceptions":["11/24/2022"]
        },
        ...
     ]
}

Checkins will update a database (classes.db) with the checkin information.

classy's People

Contributors

kjjohnsen avatar

Watchers

 avatar  avatar Anton Franzluebbers avatar Andrew Rukangu avatar Nathan Wynn avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.