Get posts by userprofile
This commit is contained in:
parent
6c69c6d6c8
commit
3188595f4a
3 changed files with 20 additions and 2 deletions
|
|
@ -40,5 +40,8 @@ if not API.is_token_valid():
|
|||
# post = API.run_job('post.get', "1774875037-170a46a9")
|
||||
# print(post)
|
||||
# print("-----------------------------")
|
||||
feed = API.run_job('post.listbybranch', "music")
|
||||
# feed = API.run_job('post.listbybranch', "music")
|
||||
# print(feed)
|
||||
print("-----------------------------")
|
||||
feed = API.run_job('post.listbyuserprofile', "simon-little")
|
||||
print(feed)
|
||||
Loading…
Add table
Add a link
Reference in a new issue