TwitterAPIKit
TwitterAPIKit copied to clipboard
Progress: API v1
https://developer.twitter.com/en/docs/twitter-api/api-reference-index
Curate a collection of Tweets
- [x] GET collections/entries
- [x] GET collections/list
- [x] GET collections/show
- [x] POST collections/create
- [x] POST collections/destroy
- [x] POST collections/entries/add
- [x] POST collections/entries/curate
- [x] POST collections/entries/move
- [x] POST collections/entries/remove
- [x] POST collections/update
Filter realtime Tweets
Get Tweet timelines
Post, retrieve, and engage with Tweets
- [x] GET favorites/list
- [x] GET statuses/lookup
- [ ] GET statuses/oembed
- [x] GET statuses/retweeters/ids
- [x] GET statuses/retweets/:id
- [x] GET statuses/retweets_of_me
- [x] GET statuses/show/:id
- [x] POST favorites/create
- [x] POST favorites/destroy
- [x] POST statuses/destroy/:id
- [x] POST statuses/retweet/:id
- [x] POST statuses/unretweet/:id
- [x] #7
- [x] POST statuses/update_with_media (deprecated)
- Do not implement
Sample realtime Tweets
Search Tweets: Standard v1.1
Create and manage lists
- [x] GET lists/list
- [x] GET lists/members
- [x] GET lists/members/show
- [x] GET lists/memberships
- [x] GET lists/ownerships
- [x] GET lists/show
- [x] GET lists/statuses
- [x] GET lists/subscribers
- [x] GET lists/subscribers/show
- [x] GET lists/subscriptions
- [x] POST lists/create
- [x] POST lists/destroy
- [x] POST lists/members/create
- [x] POST lists/members/create_all
- [x] POST lists/members/destroy
- [x] POST lists/members/destroy_all
- [x] POST lists/subscribers/create
- [x] POST lists/subscribers/destroy
- [x] POST lists/update
Follow, search, and get users
- [x] GET followers/ids
- [x] GET followers/list
- [x] GET friends/ids
- [x] GET friends/list
- [x] GET friendships/incoming
- [x] GET friendships/lookup
- [x] GET friendships/no_retweets/ids
- [x] GET friendships/outgoing
- [x] GET friendships/show
- [x] GET users/lookup
- [x] GET users/search
- [x] GET users/show
- [x] POST friendships/create
- [x] POST friendships/destroy
- [x] POST friendships/update
Manage account settings and profile
- [x] GET account/settings
- [x] GET account/verify_credentials
- [x] GET saved_searches/list
- [x] GET saved_searches/show/:id
- [x] GET users/profile_banner
- [x] POST account/remove_profile_banner
- [x] POST account/settings
- [x] POST account/update_profile
- [x] POST account/update_profile_banner
- [x] POST account/update_profile_image
- [x] POST saved_searches/create
- [x] POST saved_searches/destroy/:id
Mute, block, and report users
- [x] GET blocks/ids
- [x] GET blocks/list
- [x] GET mutes/users/ids
- [x] GET mutes/users/list
- [x] POST blocks/create
- [x] POST blocks/destroy
- [x] POST mutes/users/create
- [x] POST mutes/users/destroy
- [x] POST users/report_spam
Direct Messages
Buttons
- [ ] Buttons
Custom profiles
- [ ] DELETE custom_profiles/destroy.json
- [ ] Send a Direct Message with custom profile
- [ ] GET custom_profiles/:id
- [ ] GET custom_profiles/list
- [ ] POST custom_profiles/new.json
Customer feedback cards
Quick Replies
Sending and receiving events
- [x] DELETE direct_messages/events/destroy
- [x] GET direct_messages/events/list
- [x] GET direct_messages/events/show
- [x] POST direct_messages/events/new (message_create)
Typing indicator and read receipts
Welcome Messages
- [ ] DELETE direct_messages/welcome_messages/destroy
- [ ] DELETE direct_messages/welcome_messages/rules/destroy
- [ ] PUT direct_messages/welcome_messages/update
- [ ] GET direct_messages/welcome_messages/list
- [ ] GET direct_messages/welcome_messages/rules/list
- [ ] GET direct_messages/welcome_messages/rules/show
- [ ] GET direct_messages/welcome_messages/show
- [ ] POST direct_messages/welcome_messages/new
- [ ] POST direct_messages/welcome_messages/rules/new
Media
- [x] GET media/upload (STATUS)
- [x] POST media/metadata/create
- [x] POST media/subtitles/create
- [x] POST media/subtitles/delete
- ~~POST media/upload~~
- [x] POST media/upload (APPEND)
- [x] POST media/upload (FINALIZE)
- [x] POST media/upload (INIT)
Trends
- [x] GET trends/available
- [x] GET trends/closest
- [x] GET trends/place
Geo
Developer utilities
Get Twitter supported languages
Get app rate limit status