Alviannn / BINUS-Kids

A discord bot for scraping the binusmaya classes, assignments, and forums.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BINUS Kids

This is a discord bot that scrapes data from BINUS website (binmay).

Features:

  • Get class schedules
  • Get recently posted assignments
  • Get recently posted forums

Configuration Examples:

  1. Example .env file:

    TOKEN=discord bot token
    BINUS_USER=my email
    BINUS_PASS=my password
  2. Example config.json file:

    {
        "prefix": "the bot prefix",
        "user_mention": "the user id to be mentioned every events (like schedules, assignments, and forums)",
        "channels": {
            "schedules": "channel id to post schedules",
            "assignments": "channel id to post assignments",
            "forums": "channel id to post forums"
        }
    }

About

A discord bot for scraping the binusmaya classes, assignments, and forums.

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 98.8%Language:JavaScript 1.1%Language:Shell 0.1%