Skip to content

v0.3.0

Compare
Choose a tag to compare
@parroty parroty released this 23 Jan 14:26
· 374 commits to master since this release

Enhancements

  • Add ExTwitter.follower_ids, ExTwitter.friend_ids.
  • Add ExTwitter.RateLimitExceededError for handling rate limit exceeded case.

Changes

  • ExTwitter.followers and ExTwitter.friends now return ExTwitter.Model.Cursor instead of ExTwitter.Model.User. Call cursor.items for the returned cursor to fetch the list of users or ids.