Difference between revisions of "YTMND:API:Application Requests"
From YTMND
| (9 intermediate revisions by 4 users not shown) | |||
| Line 6: | Line 6: | ||
*[[YTMND:API|The YTMND API]] | *[[YTMND:API|The YTMND API]] | ||
*[[YTMND:API:Examples|Example Applications]] | *[[YTMND:API:Examples|Example Applications]] | ||
| + | |||
| + | ==Application Requests== | ||
| + | |||
| + | ===Comment Reply notification=== | ||
| + | A page that tells you if someone replies to one of your recent comments. | ||
| + | #API call to find your recent (30) comments | ||
| + | #API call for the comments on all those sites | ||
| + | #Filter through them and show the comments that have a parent_comment_id that matches the comment_id of one of your comments | ||
| + | |||
| + | ===mIRC or equivelent IRC newsfeed fetcher=== | ||
| + | |||
| + | ''script that can fetch information by request of user with ! command'' | ||
| + | |||
| + | example: | ||
| + | |||
| + | input: !user_name:type | ||
| + | output: title - domain | ||
| + | |||
| + | types: random, highest, latest, etc. | ||
| + | |||
| + | ===Winamp Playlist Generator=== | ||
| + | [http://wiki.ytmnd.com/YTMND:API:Examples#YTMND_Song_Playlist_Generator **COMPLETED**] | ||
| + | |||
| + | ''plug-in/webpage that can generate m3u file of all of the sounds from a user's account.'' | ||
| + | ''This would play the files directly from YTMND each time, so it would require being connected to the internet every time you want to play your playlist.'' | ||
Latest revision as of 15:49, December 7, 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.
Contents
Related:
Application Requests
Comment Reply notification
A page that tells you if someone replies to one of your recent comments.
- API call to find your recent (30) comments
- API call for the comments on all those sites
- Filter through them and show the comments that have a parent_comment_id that matches the comment_id of one of your comments
mIRC or equivelent IRC newsfeed fetcher
script that can fetch information by request of user with ! command
example:
input: !user_name:type output: title - domain
types: random, highest, latest, etc.
Winamp Playlist Generator
plug-in/webpage that can generate m3u file of all of the sounds from a user's account. This would play the files directly from YTMND each time, so it would require being connected to the internet every time you want to play your playlist.