No project description provided
Project description
WebStats is a plugin that provide a web access to channel based statistics.
This plugin requires Limnoria.
It is designed to be used on active channels, so it implements a cache system. Don't worry if you have enabled statistics and nothing happens on the Web interface in the following hour.
You need pygraphviz (python-pygraphviz in Debian) for the "links" graph.
Reverse proxies
apache
If you want to use Apache as a proxy for your WebStats instance, you can use this sample configuration:
<VirtualHost 0.0.0.0:80>
ServerName stats.supybot.fr.cr
ServerAlias stats.supybot-fr.tk
<Location />
ProxyPass http://localhost:8080/
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</Location>
</VirtualHost>
nginx
Create a new site for your bot /etc/nginx/sites-enabled/bot
:
server {
listen 80;
listen [::]:80;
server_name stats.supybot.fr.cr;
location / {
proxy_pass http://localhost:8080/;
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
limnoria-webstats-0.5.tar.gz
(13.1 kB
view details)
File details
Details for the file limnoria-webstats-0.5.tar.gz
.
File metadata
- Download URL: limnoria-webstats-0.5.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91bde0f41d38a6ebde4214af51aa909fe0790f024cdfe0dd264c8d3c256ca850 |
|
MD5 | 40f4cfe39edd421dfb530590d62f52f8 |
|
BLAKE2b-256 | a244fdf0af76cec5b6499e5132c1279393a489ffd4641f7ec11b2c68866d9cbd |