Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Tweetbot URL schemes #3

Closed
chrismessina opened this issue Aug 20, 2020 · 1 comment
Closed

Add support for Tweetbot URL schemes #3

chrismessina opened this issue Aug 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request workflow:twitter-toolkit Related to the Twitter Toolkit Workflow

Comments

@chrismessina
Copy link
Owner

chrismessina commented Aug 20, 2020

Supported Tweetbot URL Schemes:

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.

@chrismessina chrismessina self-assigned this Aug 20, 2020
@chrismessina chrismessina added enhancement New feature or request workflow:twitter-toolkit Related to the Twitter Toolkit Workflow labels Aug 20, 2020
chrismessina added a commit that referenced this issue Sep 5, 2020
### Added
- Support for [Tweetbot URL Schemes](https://tapbots.net/tweetbot4/support/url-schemes/) by setting `tweetbot` as `platform` variable (thanks [@bemawr](https://www.alfredforum.com/profile/16163-bemawr/ )!) (Closes [#3](#3))
- Support for `nearby` searches:
  - tweets
  - photos
  - videos
  - users
- keywords to go to:
  - hashtag page
  - topics
  - Alternative keyword `!` for notifs
- Descriptive notes in Workflow
- OneUpdater (Closes [#6](#6))

### Changed
- Added `service` and `domain` variables to make it easier to develop other Toolkits
- Drastically increased support for Twitter for Mac thanks to new routes included in 8.34 (thanks [@nolanobrien](https://twitter.com/@nolanobrien)!) (Closes [#4](#4))
@chrismessina
Copy link
Owner Author

Fixed in v0.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workflow:twitter-toolkit Related to the Twitter Toolkit Workflow
Projects
None yet
Development

No branches or pull requests

1 participant