Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Yo is a zero character messenger for mobile in which if I were to Yo you you would get the notification
Title: Yo
Description: From DIESISTFINN
There is a simple API in which you just HTTP/SEND and it sends this message to everyone who has subscribed (To subscribe you have to Yo the bot account) or just one person (if you want)
When the bot turns on everyone will get a notification from ex. YOSCROLL, FLDWURM, EXSHIFT or GMCROWN.
Everything is here
Really easy to use and I see it being a great use for the app.
Last edited by Metatron (Aug 4 2014 4:51:12 pm)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Yo is a zero character messenger for mobile in which if I were to Yo you you would get the notification
Title: Yo
Description: From DIESISTFINNThere is a simple API in which you just HTTP/SEND and it sends this message to everyone who has subscribed (To subscribe you have to Yo the bot account) or just one person (if you want)
When the bot turns on everyone will get a notification from ex. YOSCROLL, FLDWURM, EXSHIFT or GMCROWN.
Everything is here
Really easy to use and I see it being a great use for the app.
This would be extremely useful. Especially if it Yo'd you if a level was starting and the rounds take a long time so that you wouldn't have to wait at your computer (I don't take credit for this sentence).
Offline
Metatron wrote:Yo is a zero character messenger for mobile in which if I were to Yo you you would get the notification
Title: Yo
Description: From DIESISTFINNThere is a simple API in which you just HTTP/SEND and it sends this message to everyone who has subscribed (To subscribe you have to Yo the bot account) or just one person (if you want)
When the bot turns on everyone will get a notification from ex. YOSCROLL, FLDWURM, EXSHIFT or GMCROWN.
Everything is here
Really easy to use and I see it being a great use for the app.This would be extremely useful. Especially if it Yo'd you if a level was starting and the rounds take a long time so that you wouldn't have to wait at your computer (I don't take credit for this sentence).
The documentation for C# is terrible so I made a small example
using System.Text; using System.Net; using System.Windows.Forms; using System.Collections.Specialized; using System; namespace Yo { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { using (var wb = new WebClient()) { var data = new NameValueCollection(); data["api_token"] = "<get your own API key>"; var response = wb.UploadValues("http://api.justyo.co/yoall/", "POST", data); } } } }
People send a yo to your account to be added to the list so the API key links to a database of all subscribers and to leave the list the user just slides the button to the left and taps delete
Last edited by Metatron (Jan 7 2015 4:29:44 pm)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
I was able to be Yo'd without inputting an api key (and just telling someone my username). Has the API changed, or is the API key the username?
My key looks like '2202a70c-a907-2b3a-a61b-79481a######' (where # is a character)
I am a beta tester so the key may be different for you
Last edited by Metatron (Jan 7 2015 4:33:28 pm)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Sorry, I just found out that there is a &username= for the post data (to send a message to a specific user); the API key now makes sense (since it has to be yours and I don't have to enter one).
Last edited by Hexagon (Jan 7 2015 4:44:43 pm)
Offline
(Originally you had to make a new account to use the API so I have diesistfinn but can't use it as a normal account)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Pages: 1
[ Started around 1743859106.005 - Generated in 0.059 seconds, 10 queries executed - Memory usage: 1.49 MiB (Peak: 1.63 MiB) ]