Skip to content

Instantly share code, notes, and snippets.

@extratone
Last active April 7, 2021 02:38
Show Gist options
  • Save extratone/87eadaf96d13b7bef8eaa2565414d257 to your computer and use it in GitHub Desktop.
Save extratone/87eadaf96d13b7bef8eaa2565414d257 to your computer and use it in GitHub Desktop.
A list of supported URL schemes in Tweetbot 3 for MacOS.

Supported Tweetbot 3 URL Schemes

Via MacStories reference for their original review.

tweetbot://<screenname>/timeline
tweetbot://<screenname>/mentions
tweetbot://<screenname>/retweets
tweetbot://<screenname>/direct_messages
tweetbot://<screenname>/lists
tweetbot://<screenname>/favorites
tweetbot://<screenname>/search
tweetbot://<screenname>/search?query=<text>
tweetbot://<screenname>/status/<tweet_id>
tweetbot://<screenname>/user_profile/<profile_screenname>
tweetbot://<screenname>/post
tweetbot://<screenname>/post?text=<text>
tweetbot://<screenname>/post?text=<text>&callback_url=<url>&in_reply_to_status_id=<tweet_id>
tweetbot://<screenname>/search?query=<text>&callback_url=<url>
tweetbot://<screenname>/status/<tweet_id>?callback_url=<url>
tweetbot://<screenname>/user_profile/<screenname|user_id>?callback_url=<url>
tweetbot://<screenname>/follow/<screenname|user_id>
tweetbot://<screenname>/unfollow/<screenname|user_id>
tweetbot://<screenname>/favorite/<tweet_id>
tweetbot://<screenname>/unfavorite/<tweet_id>
tweetbot://<screenname>/retweet/<tweet_id>
tweetbot://<screenname>/list/<list_id>?callback_url=<url>

The argument callback_url is an URL encoded URL that will be opened in Safari once the Post view closes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment