Morganfreeman
A simple analytics for icecast servers
Install / Use
/learn @radiocicletta/MorganfreemanREADME
Morgan Freeman
A server-side statistics tool for icecast server.
(Like Google Analytics, but worst.)
- collects real data about listeners on single streams
- statistics visualization by html5 web app
- no svg nor pre-rendered images, just canvas2d
- full client-side data manipulation
Installation from source
$ git clone https://github.com/radiocicletta/morganfreeman.git
$ cd morganfreeman
$ virtualenv venv
$ source venv/bin/activate
(morganfreeman)$ pip install -r requirements.txt
(morganfreeman)$ wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz
(morganfreeman)$ gunzip GeoLite2-City.mmdb.gz
Server initialization
The server-side collect-and-store engine is a standalone multithread process. A collector thread which polls the icecast server and store informations about listeners, and a http server thread listening at port 9000 which provides main interface and data.
run the server simply by invoking from shell (inside the virtualenv):
(morganfreeman)$ python morganfreeman/frosty.py -h <hostname> -u <username> -w <password> -b <bindport> [-r realm] [-d]
- hostname is the icecast server to query (e.g. http://radiocicletta.it:8000 )
- username and password are credentials required to read the *xsl pages provided by icecast
- bindport is the listen port of the webserver (default 9000)
- -d is the daemonize option
Client side usage
Simply go to http://localhost:9000 and enjoy.
Related Skills
feishu-drive
347.6k|
things-mac
347.6kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
347.6kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
codebase-memory-mcp
1.2kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
