API Documentation

Users

str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

  • checkUsername

    Updates username for the user, fails if username does not meet requirements, or is taken by another user.

  • details Beta

    Returns details of a user.

  • follow

    Follow a user.

  • listActiveForums

    Returns a list of forums a user has been active on.

  • listActiveThreads Beta

    Returns a list of threads a user has participated in sorted by last activity.

  • listActivity Beta

    Returns a list of various activity types made by the user.

  • listFollowers Beta

    Returns a list of users a user is being followed by.

  • listFollowing Beta

    Returns a list of users a user is following.

  • listForums

    Returns a list of forums a user owns.

  • listMostActiveForums Beta

    Returns a list of forums a user has been active on recenty, sorted by the user's activity.

  • listPosts

    Returns a list of posts made by the user.

  • unfollow

    Unfollow a user.