Manaba の出席カードの提出を自動化するプログラム。
Program automating to send your attendance on Manaba.
- macOS
- Python3
- Google Chrome
- HomeBrew
$ brew install chromedriver
$ pipenv install # OR pip install -r requirements.txt
$ 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.
If you want to specify your ID & password via the environment variable, please set them into MANABA_USERNAME
& MANABA_PASSWORD
.