geduldig / TwitterAPI

Minimal python wrapper for Twitter's REST and Streaming APIs
936 stars 263 forks source link

Fix TwitterPager KeyError for tweets endpoint #195

Closed Dheavyman closed 3 years ago

Dheavyman commented 3 years ago

Fix KeyError when using TwitterPager for tweets endpoint and any other endpoint that doesn't return a response with meta property.

Fixes #194

geduldig commented 3 years ago

Will merge later this week. Thank you for catching this.