Tom Eastman

Results 6 comments of Tom Eastman

I'm quite surprised: so the basic `api.GetUser()` call doesn't have any clear indication that that user has blocked you? If it did, that'd be nice because Secateur doesn't call that...

> I added cachetools as a dependency to achieve this as neither functools nor Django seemed to support ttl caching. Django's cache definitely does, unless I'm misunderstanding what you mean:...

I'm stalled on merging this, because I've been thinking lately that I'd actually like to remove *all* twitter API calls from the app container, and change it so that they...

If you self-host you'll see the limit settings are both global and per-user (see the token-bucket code). You can set it as high as you like so that there's effectively...

You're right, that turned out to be absurdly easy to build my own v.03 that works! Awesome!