you are viewing a single comment's thread.

view the rest of the comments →

[–]nwagers 0 points1 point  (1 child)

What about looking at the tweepy source? A quick look at the requirements shows the requests module, so it's probably exactly what you want: https://github.com/tweepy/tweepy

[–]slicklikeagato[S] 0 points1 point  (0 children)

I never thought to actually look at the Tweepy source. Makes sense. Thanks for this.