Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Contextualist/Quip4AHA-docker-2

Repository files navigation

Automatic Quip Job Script for AHA Broadcast

The scripts call Quip API though its official Python library to perform certain automatic tasks on the broadcast doc.

Include:

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.

Run with Docker

docker run -d \
-p 80:80 \
-e "token={Quip_API_token}" \
-v /path/to/configs:/etc/q4a \
contextualist/quip4aha

History

  • 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.

About

automatic jobs for the AHA Broadcast

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published