Get posts by userprofile

This commit is contained in:
simonwt 2026-03-31 10:33:30 +01:00
parent 6c69c6d6c8
commit 3188595f4a
3 changed files with 20 additions and 2 deletions

View file

@ -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)