Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuuji3/manaba-attend
💻 CLI tool to submit Manaba's attendance card for University of Tsukuba
https://github.com/shuuji3/manaba-attend
automation manaba tsukuba
Last synced: about 1 month ago
JSON representation
💻 CLI tool to submit Manaba's attendance card for University of Tsukuba
- Host: GitHub
- URL: https://github.com/shuuji3/manaba-attend
- Owner: shuuji3
- License: gpl-3.0
- Created: 2017-12-04T23:50:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T09:54:16.000Z (over 3 years ago)
- Last Synced: 2024-08-03T23:12:32.697Z (3 months ago)
- Topics: automation, manaba, tsukuba
- Language: Python
- Homepage: https://atmnb.tsukuba.ac.jp/attend/tsukuba
- Size: 463 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tsukuba - manaba-attend - Manabaの出席カード(respon)の提出を自動化するプログラム。 (公式サービス関連 / manaba)
README
# manaba-attend
[Manaba の出席カード](https://atmnb.tsukuba.ac.jp/attend/tsukuba)の提出を自動化するプログラム。
Program automating to send your attendance on Manaba.
[](https://youtu.be/9ZQMev_WQeE)
## Requirement
- macOS
- Python3
- Google Chrome
- HomeBrew## Installation
```shell
$ brew install chromedriver
$ pipenv install # OR pip install -r requirements.txt
```## Usage
```shell
$ python main.py -h
usage: main.py [-h] [--no-headless] attend_codepositional arguments:
attend_codeoptional 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`.