我正在尝试使用此功能获取通知:
pyimgur.User.get_notifications()
但它一直给我错误:
TypeError: unbound method get_notifications() must be called with User instance as first argument (got nothing instead)
以下是pyimgur api http://pyimgur.readthedocs.org/en/latest/reference.html#pyimgur.init.User.get_notifications的链接 我已经完成了授权。我真正需要的是一种了解何时有人在评论中提及此用户的方法,并且使用通知比查看每条评论要容易得多。