Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jpush-api-python-client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
jpush-api-python-client
Commits
7dcabe17
Commit
7dcabe17
authored
Jun 20, 2014
by
wuliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add audience test sample;
parent
56cfc2f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
example_all.py
examples/example_all.py
+0
-0
example_audience.py
examples/example_audience.py
+12
-0
No files found.
examples/example
s
.py
→
examples/example
_all
.py
View file @
7dcabe17
File moved
examples/example_audience.py
0 → 100644
View file @
7dcabe17
import
jpush
as
jpush
from
conf
import
app_key
,
master_secret
_jpush
=
jpush
.
JPush
(
app_key
,
master_secret
)
push
=
_jpush
.
create_push
()
push
.
audience
=
jpush
.
audience
(
jpush
.
tag
(
"tag1"
,
"tag2"
),
jpush
.
alias
(
"alias1"
,
"alias2"
)
)
push
.
notification
=
jpush
.
notification
(
alert
=
"Hello, world with audience!"
)
push
.
platform
=
jpush
.
all_
push
.
send
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment