User#
- class redditeasy.User(client_id=None, client_secret=None, user_agent=None)#
This class is for getting posts from a user
- get_controversial_post(user: str) Post#
- Returns
Info about the randomly selected post from the user (controversial)
- Param
user (
builtins.str) - The user to get the post from- Return type
- get_new_post(user: str) Post#
- Returns
Info about the randomly selected post from the user (new)
- Param
user (
builtins.str) - The user to get the post from- Return type