Skip to main content

A Django app to send wechat notify.

Project description

===== fishwxnotifys

fishwxnotifys is a Django app to send wechat notify. For each question, visitors can choose between a fixed number of answers.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "polls" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'fishwxnotifys', ]

  2. Configure the APPID & APP_SECRET::

    in settings.py APPID = "xxx" APP_SECRET= "xxx"

  3. Use send_message in your django app from fishwxnotifys import send_message send_message.delay(message=dict_msg)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fishwxnotifys-0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page