This AI tool seamlessly connects your Twitter account, enabling you to interact effortlessly with tweets, followers, and the latest trends. It's designed to enhance your social media management and engagement experience.
Features
- Easy integration with your Twitter account
- Access and interact with tweets in real-time
- Manage and engage with your followers effectively
- Stay updated with the latest Twitter trends
- Automate Twitter interactions to save time
Benefits
- Boost your social media engagement and presence
- Save time with automated Twitter management
- Gain insights by tracking trends and follower interactions
- Enhance communication with your audience
- Optimize your Twitter marketing strategies for better results
Available tools
19 actions available as tools
Upload media
Upload new media. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload)
Unlike tweet
Unlike a tweet specified by its ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/delete-users-id-likes-tweet_id)
Unfollow user
Unfollow a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/delete-users-source_id-following)
Simple search
Retrieve Tweets from the last seven days that match a query. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-recent)
Simple search in list
Search Tweets by text in a list. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/api-reference/get-lists-id-tweets) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - searchTerms: Return JSON in this format: string[]
Send dm
Send a message to a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/direct-messages/manage/api-reference/post-dm_conversations-with-participant_id-messages)
Retweet
Retweet a tweet specified by ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-reference/post-users-id-retweets)
List user tweets
Return a collection of the most recent tweets posted by a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-tweets)
List mentions
Return the most recent mentions for the specified user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-mentions)
List lists
Get all lists owned by a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-reference/get-users-id-owned_lists)
List followers
Return a collection of user objects for users following the specified user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/get-users-id-followers)
List favorites
Return the most recent tweets liked by you or the specified user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/get-users-id-liked_tweets)
Like tweet
Like a tweet specified by its ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-reference/post-users-id-likes)
Get user
Get information about a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-reference/get-users-id)
Get tweet
Return a single tweet specified by ID. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-reference/get-tweets-id)
Follow user
Follow a user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference/post-users-source_user_id-following)
Delete tweet
Remove a posted tweet. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets/api-reference/delete-tweets-id)
Create tweet
Create a new tweet. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets/api-reference/post-tweets) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - excludeReplyUserIds: Return JSON in this format: string[] - mediaIds: Return JSON in this format: string[] - taggedUserIds: Return JSON in this format: string[]
Add user to list
Add a member to a list owned by the user. [See the documentation](https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-reference/post-lists-id-members)