Shoutcast?
How would I go about making an msn bot for my shoutcast server?
Eg. When someone types !current - it grabs the currently playing song and pastes it to them in a message. Or even have the song as the pm
Also we have a requests system that is a form and gets submitted
to a mysql database (which then can be seen on the back dj
panel)
Would it be possible to have something like
!request submit to the database?
Also the current dj as !currentdj (dj name is the streamtitle)
If anyone could help that would be brilliant!
2 Posted by Dave Hoff on 04 May, 2010 03:17 PM
Hi Carl,
Yes, this is certainly possible. Have you looked at our api documentation at
http://www.imified.com/api?
There you will find an example bot in php. Essentially imified posts
messages sent to your bot to an endpoint url specified by you. At that
point, you can do anything with the message, as well as reply to it.
Are you looking for help in creating your app? Are you familiar with web
programming languages?
Dave
3 Posted by Carl on 08 May, 2010 02:30 PM
How much would it cost for something like this to be built roughly?