Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shyrz/url-schemes-store

A store of URL schemes
https://github.com/shyrz/url-schemes-store

ios url-schemes

Last synced: about 1 month ago
JSON representation

A store of URL schemes

Awesome Lists containing this project

README

        

# URL Schemes Store

A store of URL schemes.

## Social Networking

### WeChat
- Open: `weixin://`
- Scan: `weixin://scanqrcode`

### QQ
- Open:`mqq://`

### Weibo
- Open: `weibo://` or `sinaweibo://`
- Scan QR code: `weibo://qrcode`

### Jidian
- Open: `jidian://`
- Post: `jidian://post?text=TEXT`

### Tweetbot
- Open: `tweetbot://`
- Timeline: `tweetbot:///timeline`
- Mentions: `tweetbot:///mentions`
- Retweets: `tweetbot:///retweets`
- Direct Messages: `tweetbot:///direct_messages`
- Lists: `tweetbot:///lists`
- Favorites: `tweetbot:///favorites`
- Search: `tweetbot:///search[?query=&callback_url=]`
- Status: `tweetbot:///status/?callback_url=`
- User Profile: `tweetbot:///user_profile/?callback_url=`
- Post: `tweetbot:///post[?text=&callback_url=&in_reply_to_status_id=]`
- Follow: `tweetbot:///follow/`
- Unfollow: `tweetbot:///unfollow/`
- Favorite: `tweetbot:///favorite/`
- Unfavorite: `tweetbot:///unfavorite/`
- Retweet: `tweetbot:///retweet/`
- List: `tweetbot:///list/?callback_url=`

### Instagram
- Open: `instagram://` or `instagram://app`
- Camera: `instagram://camera`
- Media with this ID: `instagram://media?id=MEDIA_ID`
- User with this username: `instagram://user?username=USERNAME`
- Location feed for this location ID: `instagram://location?id=LOCATION_ID`
- Tag feed for this tag: `instagram://tag?name=TAG`

## Media

### Netease Music
- Open: `orpheus://`
- Recognize music: `orpheuswidget://recognize`

## Lifestyle & Finance

### Alipay
- Open: `alipay://`
- Scan: `alipayqr://platformapi/startapp?saId=10000007`
- Payment code: `alipayqr://platformapi/startapp?saId=20000056`
- Lucky money:
`alipay://platformapi/startapp?saId=88886666`
- Create chat group:
`alipay://platformapi/startapp?appId=20000254&actionType=createGroup`

## Utilities

### Price Tag
- Open: `pricetag://`
- History: `pricetag://history`
- Favorites: `pricetag://favorites`
- Check historical price:
+ URL: `pricetag://activity?url=STORE_URL`
+ ID: `pricetag://activity?id=STORE_ID`

### Surge
- Open: `surge://`
- Start with selected configuration: `surge://start[?autoclose=true]`
- Stop current session: `surge://stop[?autoclose=true]`
- Start or stop with selected configuration: `surge://toggle[?autoclose=true]`
- Install a configuration from a URL: `surge:///install-config?url=URL`

### Shadowrocket
- Open: `shadowrocket://`
- Connect VPN: `shadowrocket://connect`
- Disconnect VPN: `shadowrocket://disconnect`
- Toggle VPN: `shadowrocket://toggle[?autoclose=yes]`

### Potatso 1
- Open: `potatso://`
- Start VPN: `potatso://on[?autoclose=true]`
- Stop VPN: `potatso://off[?autoclose=true]`
- Toggle VPN: `potatso://switch[?autoclose=true]`

*Remark: Support `x-callback-url`*

### 1Password
- Open: `onepassword://`
- Search: `onepassword://search/KEYWORD`

### Moke
- Open: `moke:///`
- View Weibo:
```
moke:///status?mid=微博MID`
moke:///status?id=微博ID
moke:///link?url=微博正文页面链接
```
- View User:
```
moke:///user?id=用户ID
moke:///user?screen_name=用户昵称
moke:///user?domain=用户个性域名
moke:///link?url=用户主页链接
```
- Search Weibo:
`moke:///search/statuses?query=关键字`
- Search User:
`moke:///search/users?query=关键字`
- Write Weibo:
`moke://账号昵称或ID(缺省使用当前账号)/post?text=微博内容 [可选参数:image=pasteboard,附加一张剪贴板中的图片。]`