Skip to content

Python3 tool for getting internet usage off the Aberystwyth University network.

Notifications You must be signed in to change notification settings

Jafnee/aberquota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Python3 tool for getting internet usage off the Aberystwyth University network.

Config

The config.ini file found in /home/{your-user}/.aberquota/config.ini needs to be edited to contain your username and password.

Downloaded images are placed in the same directory.

Sample Conky config

conkypic

Quota
${texeci 300 aberquota --image}
${texeci 120 aberquota -f} $alignr ${texeci 120 aberquota -p}%
${execibar 120 aberquota -p}
${execigraph 120 aberquota -p}
${image ~/.aberquota/usage.png -p 0,350 -s 220x150}

Installation

A Python3 interpreter must be used.

Using setup.py:

  python3 setup.py install

Using pip:

  pip/pip3 install aberquota

Dependencies

  1. BeautifulSoup4
  2. Requests

Usage

usage: aberquota [-h] [--sentence] [-s] [-i] [-p] [-f] [--image] [-v]
                 [--debug]

optional arguments:
  -h, --help      show this help message and exit
  --sentence      internet usage as it appears on the website
  -s, --string    internet usage including units
  -i, --int       internet usage without units
  -p, --percent   internet usage as a percentage
  -f, --fraction  internet usage as a fraction
  --image         downloads and saves Internet usage chart
  -v, --verbose   increase output verbosity
  --debug         prints debug info

About

Python3 tool for getting internet usage off the Aberystwyth University network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages