gotwtr

gotwtr provides Twitter v2 API

MIT License

Stars
78

Bot releases are hidden (Show)

gotwtr - Fix period bug

Published by sivchari over 2 years ago

Fix period bug on list_option.go.

gotwtr - We published v1.1.0 🎉

Published by sivchari over 2 years ago

Hi, everyone. We published v1.1.0 💯
This changes provide some new features. You can confirm that from the following.

Thanks ! @mmmommm @thinca @kazdevl @senk8 @mecko

OAuth

  • Generate Bearer Token

Tweet

  • Manage Tweets
    • Post a Tweet
    • Delete a Tweet
  • Search Tweets
    • Search the full archive of Tweets (Academic Research product track)
  • Tweet Counts
    • Receive a count of Tweets that match a query (Academic Research product track)
  • Retweets
    • Allows a user ID to Retweet a Tweet
    • Allows a user ID to undo a Retweet
  • Likes
    • Allows a user ID to like a Tweet
    • Allows a user ID to unlike a Tweet
  • Hide Replies

Lists

  • Manage List
    • Creates a new List on behalf of an authenticated user
    • Deletes a List the authenticated user owns
    • Updates the metadata a List the authenticated user owns
  • List members
    • Add a member to a List that the authenticated user owns
    • Removes a member from a List the authenticated user owns
  • List follows
    • Follows a List on behalf of an authenticated user
    • Unfollows a List on behalf of an authenticated user
  • Pinned lists
    • Returns the pinned Lists of the authenticated user
    • Pins a List on behalf of an authenticated user
    • Unpins a List on behalf of an authenticated user

Users

  • Follows
    • Allows a user ID to follow another user
    • Allows a user ID to unfollow another user
  • Blocks
    • Returns a list of users who are blocked by the specified user ID
    • Allows a user ID to block another user
    • Allows a user ID to unblock another user
  • Mutes
    • Returns a list of users who are muted by the specified user ID
    • Allows a user ID to mute another user
    • Allows a user ID to unmute another user

Batch compliance

  • Creates a new compliance job
  • Returns status and download information about a specified compliance job
  • Returns a list of recent compliance jobs

Bookmarks

  • Allows you to get information about a authenticated user’s 800 most recent bookmarked Tweets.
  • Causes the user ID of an authenticated user identified in the path parameter to Bookmark the target Tweet provided in the request body.
  • Allows a user or authenticated user ID to remove a Bookmark of a Tweet.
gotwtr - Fix bugs

Published by sivchari over 2 years ago

gotwtr - First release

Published by sivchari almost 3 years ago

I've release v1.0.0 of major version.