Skip to content

shuuji3/manaba-attend

Repository files navigation

manaba-attend

Manaba の出席カードの提出を自動化するプログラム。

Program automating to send your attendance on Manaba.

Demo video

Requirement

  • macOS
  • Python3
  • Google Chrome
  • HomeBrew

Installation

$ brew install chromedriver
$ pipenv install # OR pip install -r requirements.txt

Usage

$ python main.py -h
usage: main.py [-h] [--no-headless] attend_code

positional arguments:
  attend_code

optional arguments:
  -h, --help     show this help message and exit
  --no-headless  specify to open the browser window.

Note

If you want to specify your ID & password via the environment variable, please set them into MANABA_USERNAME & MANABA_PASSWORD.