chouseisan-py

Automate the operation of chouseisan.com


Keywords
python, rpa
License
MIT
Install
pip install chouseisan-py==0.1.1

Documentation

chouseisan_py

chouseisan_py automates the operations of 調整さん(Chouseisan). Currently, it only supports creating events.

Test codecov

Installation

$ pip install chouseisan-py

Usage

>>> from datetime import datetime
>>> from chouseisan_py.chouseisan import Auth, Chouseisan
>>> auth = Auth(email="test@example.com", password="<secret>")
>>> chouseisan = Chouseisan(auth)
>>> chouseisan.create_event(
...    title="test event",
...    candidate_days=[datetime(2021, 10, 17, 19, 0), datetime(2021, 10, 18, 19, 0)]
... )
'https://chouseisan.com/s?h=f7b7fc11995b441782844bc3fddaf456'