lambtron Posted November 2, 2014 Share Posted November 2, 2014 Hey everyone, I just started building Alfred workflows (most of them are for my work, so they won't really be useful to anyone outside of Segment.com), but today I decided to throw together a really simple Yo! (contextual messaging app) workflow. Github: https://github.com/lambtron/yo-alfred How to set it up: Click here to download the workflow. Double click on the file to add it to Alfred. Optional, if you want to change the sender name from YOALFRED. 3a. Register an application with Yo! here with an app name of your choosing. Note this app name will be what the recipient sees. 3b. Paste your Yo! app token in the Alfred workflow script, as such: ``` TOKEN={{YOUR_YO_TOKEN}}curl --data "api_token=$TOKEN&username={query}" http://api.justyo.co/yo/ ``` You are set! Yo! to your heart's content and to your friends' growing annoyances. Let me know if you have any questions! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now