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
-
Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'fishwxnotifys', ]
-
Configure the APPID & APP_SECRET::
in settings.py APPID = "xxx" APP_SECRET= "xxx"
-
Use send_message in your django app from fishwxnotifys import send_message send_message.delay(message=dict_msg)
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file fishwxnotifys-0.2.tar.gz.
File metadata
- Download URL: fishwxnotifys-0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2bcd93b0067904021fec5eb9bd7756675e3a6ec82bf08ca9b07b149a6475b00
|
|
| MD5 |
53a66f5b4d4ed6fb0a2dd60fb2a50d23
|
|
| BLAKE2b-256 |
a96767bf20384efea1f2cdae8e53a995f9435afc403efb2586a811f59e20361e
|