Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigpresh/net-shoutcast-admin
Net::Shoutcast::Admin Perl module on CPAN
https://github.com/bigpresh/net-shoutcast-admin
Last synced: about 2 months ago
JSON representation
Net::Shoutcast::Admin Perl module on CPAN
- Host: GitHub
- URL: https://github.com/bigpresh/net-shoutcast-admin
- Owner: bigpresh
- Created: 2010-02-16T19:10:00.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-09-15T09:17:31.000Z (over 14 years ago)
- Last Synced: 2024-10-13T11:32:39.143Z (3 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Net-Shoutcast-Admin
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Net-Shoutcast-Admin - Perl module to interact with Shoutcast servers
A quick module to interact with Shoutcast servers. Currently supports fetching
information about the current status of a shoutcast server; future improvements
will add ability to perform actions such as kicking the current source, banning
IPs etc, and may add Icecast support too.This module is still at a very early stage; if you find it useful, feel free
to let me know to help encourage further development :)INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
LWP
XML::SimpleCOPYRIGHT AND LICENCE
Copyright (C) 2008, David Precious
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.$Id$