cajuncooks

Results 11 comments of cajuncooks

Aha... I see those GET request now in the inspector -- must just not be exposed via the normal API protocols. So maybe it's just a matter of passing the...

I tried setting up an app on the Twitter developer site and getting a bearer token using [oauthlib](https://requests-oauthlib.readthedocs.io/en/latest/oauth2_workflow.html#backend-application-flow), but I would get access denied with every OAuth2 token except for...

Sorry for the delay here, real life gets in the way sometimes. As you'll read in the commit message above, I have a very rough draft of the new interpreter,...

Turns out that tweets are an embedded type, though only when the tweeter hasn't blocked you, interesting! Also figured out what I was missing on the latest ID thing. My...

One of the issues I'm encountering is that the image download links (`https://ton.twitter.com/1.1/data/dm/[etc]`) seem to require the API header call, and the limits on that are both not coming through...

Not sure what kind of testing @Mincka would want to do, but I've been running my forked branch (json_overhaul) within an existing larger framework (processing of the txt output into...

`git clone https://github.com/cajuncooks/DMArchiver --branch json_overhaul`, finally updated it with the silent hack around the image API.

Y'all need to leave more helpful information in these messages. I'm guessing you're all using Python 3.7, which doesn't work with older versions of lxml. The currently open pull request...

I (hand-)merged the RichardHitt changes into the current hexchat/hexchat master branch on account of what we're experiencing with #2449, and unfortunately it doesn't accomplish the desired effect of not cutting...

Does this branch still work for you? I just get an empty events array as of earlier this week on multiple accounts, which tracks with my experience using twurl or...