Difference between revisions of "YTMND:API:Application Requests"
From YTMND
Line 6: | Line 6: | ||
*[[YTMND:API|The YTMND API]] | *[[YTMND:API|The YTMND API]] | ||
*[[YTMND:API:Examples|Example Applications]] | *[[YTMND:API:Examples|Example Applications]] | ||
+ | |||
+ | |||
+ | '''mIRC or equivelent IRC newsfeed fetcher''' | ||
+ | |||
+ | ''script that can fetch information by request of user with ! command'' | ||
+ | |||
+ | |||
+ | example: | ||
+ | |||
+ | input: !ROY4L:latest | ||
+ | output: Magic Black Turtleneck! - http://turtleneck.ytmnd.com | ||
+ | |||
+ | input: !fourest:highest | ||
+ | output: Nintendo Kid Breakfast of Champions (4.36) http://champs.ytmnd.com | ||
+ | |||
+ | input: !typogra:random | ||
+ | output: goodnight - http://idlexp.ytmnd.com | ||
+ | |||
+ | |||
+ | |||
+ | '''Winamp Playlist Generator''' | ||
+ | |||
+ | ''plug-in/webpage that can generate m3u file of all of the sounds from a user's account.'' |
Revision as of 20:17, November 4, 2007
Have an idea? Post it here and discuss uses of the API.
You can also post here if you are planning to develop a new API application to find people to collaborate with or just to make sure someone else isn't already working on something similar.
Related:
mIRC or equivelent IRC newsfeed fetcher
script that can fetch information by request of user with ! command
example:
input: !ROY4L:latest output: Magic Black Turtleneck! - http://turtleneck.ytmnd.com
input: !fourest:highest output: Nintendo Kid Breakfast of Champions (4.36) http://champs.ytmnd.com
input: !typogra:random output: goodnight - http://idlexp.ytmnd.com
Winamp Playlist Generator
plug-in/webpage that can generate m3u file of all of the sounds from a user's account.