Jonathan Leroy

Results 4 issues of Jonathan Leroy

tweet-deleter don't work with Twitter API v2 limits. I get the following message: **You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g....

help wanted

First of all, thank you Kevin for your hard work on the RFB protocol. This is really appreciated. πŸ‘ Since I've updated my noVNC setup from commit 63cc01f796ed7df80c537269f9f4855ab7df5169 (lastest commit...

Currently, `Account.id` returns an error if we’re using cookies identification method: ``` account = Account(cookies={ 'ct0': '…’, 'auth_token': '…’, 'twid': 'u%3D…’ }) print(account.id) ``` ``` Traceback (most recent call last):...

This PR fixes `SyntaxWarning: invalid escape sequence` errors on regex when using Python 3.12+ by converting the _pattern_ to raw strings (`r’’`)