Skip to content

v1.1.2

Compare
Choose a tag to compare
@edgecase963 edgecase963 released this 21 Jul 14:01
· 37 commits to master since this release

Version 1.1.2 come with a new function for servers which allows you to easily access and sort through login attempts using the get_login_attempts call

Usage:

server.get_login_attempts(
    username = None,  # or string
    address = None,  # or string
    start_date = None,  # or datetime object or float (timestamp)
    end_date = None  # or datetime object or float (timestamp)
)