mortim
Results
2
issues of
mortim
Hi, I'm using your Python library (great project thanks for your efforts) but I can't get the tweet notifications, I've tried different endpoints with a REST API client incuding ``Endpoint.NOTIFICATIONS_ALL``...
Related to this issue: https://github.com/d60/twikit/issues/138 I added a new parameter for the ``Client.get_notifications`` method (it's retreive_inbox). ```py def get_notifications( self, type: Literal['All', 'Verified', 'Mentions'], count: int = 40, retreive_inbox: bool...