mfux / qPusher

Create push notifications from a catalogue of learning questions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Project Starter

HowTo

Install dependencies and set up the virtual environment:

./ci/scripts/install_deps.sh

Start qPusher with a command like this:

qPusher \
  --APP_TOKEN $APP_TOKEN \
  --USER_KEY $USER_KEY \
  --BEGIN 9 \
  --END 19 \
  --PERIOD 1 \
  --QUESTIONS_DIR question_catalogue/BKA

User key and app token can be obtained from the your PushIT mobile app account.


About

Create push notifications from a catalogue of learning questions

License:MIT License


Languages

Language:Python 96.1%Language:Shell 3.9%