1

Okay, so I need a Twitter client library for my Python app. Surely there's a decent one out there, right?

> Goes to Twitter's developer site
There are links to nine different Github repos.

> Takes a look at the one with the most stars
Every method of the API class is @property decorated and returns the result of a function that creates an entirely new class, and then returns a new function that creates an instance of the new class and calls one of its methods that happens to actually make the damn API call.

Alright then...
> Takes a look at the one with the second most stars
All method names are PascalCased.

Please help😭

Comments
Add Comment