# 1. you need to login to get a session and a list of accounts
# (here we use only the first account)
auth=ACAuthenticator()
session=auth.login(username,password)
pprint(session)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.