Get posts from a specific user
     
    
    Usage
    get_user_posts(actor, token, filter = "posts_no_replies", limit = 100)
 
    
    Arguments
- actor
- character, the handle or DID of the user 
- token
- character, authentication token 
- filter
- character, posts to filter for. Possible values
"posts_with_replies", "posts_no_replies", "posts_with_media",
"posts_and_author_threads", "posts_with_video." 
- limit
- integer, max number of posts 
 
    
    Value
    tibble with posts information