Jonathan Leroy
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....
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ββ`)