The scripts call Quip API though its official Python library to perform certain automatic tasks on the broadcast doc.
Script | URL | Cron(UTC+08:00) | Description |
---|---|---|---|
AssignHost.py | /a | Divide the doc into parts and assign them to the host evenly. | |
NewDoc.py | /newdoc | every Friday 16:10 | Create the doc for the broadcast next week. |
UpdateWeather.py | /updateweather | every Sunday 07:27; every Wednesday 07:27 |
Update "weather for today" in the doc. |
docker run -d \
-p 80:80 \
-e "token={Quip_API_token}" \
-v /path/to/configs:/etc/q4a \
contextualist/quip4aha
- 2016.04 The original project was deployed on GAE
- 2016.07 A strange bug of GAE disabled my updates. Transplanted the project to DaoCloud. Host on quip4aha.daoapp.io.
- 2017.09 Tired of DaoCloud's restrain, hosted on AHA's VPS.