Skip to content

Releases: parroty/extwitter

v0.4.3

16 Aug 04:37
Compare
Choose a tag to compare

Enhancements

  • Support following and unfollowing.
    • ExTwitter.follow
    • ExTwitter.unfollow
  • Support retweeting.
    • ExTwitter.retweet

v0.4.2

15 Aug 13:28
Compare
Choose a tag to compare

Enhancements

  • Support posting tweets with image (#20).
    • ExTwitter.update_with_media

v0.4.1

12 Jul 03:28
Compare
Choose a tag to compare

Enhancements

  • Support specifying user_id as basic parameter in addition to the existing screen_name in the following functions.
    • ExTwitter.follower_ids
    • ExTwitter.followers
    • ExTwitter.friend_ids
    • ExTwitter.friends
    • ExTwitter.lists
    • ExTwitter.user_lookup

v0.4.0

07 Mar 06:06
Compare
Choose a tag to compare

Changes

  • Maps returned by the APIs will have atom keys instead of string keys.
  • Use poison as internal JSON parser.
  • Apply some benchmark related updates (#11, #13)

v0.3.0

23 Jan 14:26
Compare
Choose a tag to compare

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.