Browse Apps

aa-statistics

Alliance Auth Plugin


AA-Statistics

AA-Statistics for Alliance Auth.

Periodically gather and update statistics for use by other modules

Currently used by

  • AA-DiscordBot
  • AA-SmartGroups

Currently offers

Setup

  1. pip install git+https://github.com/pvyParts/aa-statistics.git
  2. add 'aastatistics', to INSTALLED_APPS in your local.py
  3. migrate database and restart auth
python manage.py migrate
python manage.py collectstatic
  1. Add the following lines to your local.py
## Settings for AA-Statistics
MEMBER_ALLIANCES = [111, 222, 333] # Alliances you care about statistics for
## Periodic Tasks for AA-Statistics
CELERYBEAT_SCHEDULE['aastatistics.run_stat_model_update'] = {
    'task': 'aastatistics.run_stat_model_update',
    'schedule': crontab(minute=0, hour=0,)
}

Issues

Please remember to report any AA-Statistics related issues using the issues on this repository.

Contribute

All contributions are welcome, but please if you create a PR for functionality or bugfix, do not mix in unrelated formatting changes along with it.

No reviews yet...

Python Requirements

No information about requirements

Required Python packages to be installed and other Python requirement.

App Dependencies

No information about requirements

Dependencies to other apps registered in this app directory.

Classifiers

  • Environment :: Web Environment
  • Framework :: Django
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 (GPLv3)
  • Operating System :: OS Independent
  • Programming Language :: Python :: 3.6
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content

Version

0.2.1

License

GPLv3

Homepage

  https://github.com/pvyParts/aa-statistics

PyPI

  https://pypi.org/project/aa-statistics/

Last updated

2 years, 6 months ago

First published

2 years, 6 months ago

Category

Plugin Apps

Rating

-

Authors

Aaron Kable

Maintainers

-

Please login to see more options.