THIS PACKAGE HAS BEEN RETIRED AND ARCHIVED.
Refer to erkghlerngm44/aniffinity <https://github.com/erkghlerngm44/aniffinity>
_
for the new package.
|forthebadge1| |forthebadge2| |forthebadge3|
|pypi| |travis| |codecov| |rtd|
Calculate affinity between MyAnimeList users
Calculate the affinity (Pearson's Correlation * 100) between a "base"
user and another user. Refer to the docs <#documentation>
__ for more info.
.. code-block:: bash
pip install malaffinity
.. code-block:: python
from malaffinity import MALAffinity
ma = MALAffinity("YOUR_USERNAME")
affinity, shared = ma.calculate_affinity("OTHER_USERNAME")
print(affinity)
# 79.00545465639877
print(shared)
# 82
or
.. code-block:: python
import malaffinity
affinity, shared = malaffinity.calculate_affinity("YOUR_USERNAME", "OTHER_USERNAME")
# ...
Documentation at https://malaffinity.readthedocs.io
Licensed under MIT. See LICENSE <LICENSE>
__ for more info.
.. figure:: https://i.imgur.com/sq42SnU.gif :alt:
.. |forthebadge1| image:: http://forthebadge.com/images/badges/fuck-it-ship-it.svg :target: http://forthebadge.com .. |forthebadge2| image:: http://forthebadge.com/images/badges/contains-cat-gifs.svg :target: http://forthebadge.com .. |forthebadge3| image:: http://forthebadge.com/images/badges/built-with-love.svg :target: http://forthebadge.com
.. |pypi| image:: https://img.shields.io/pypi/v/malaffinity.svg :target: https://pypi.org/project/malaffinity/ .. |travis| image:: https://travis-ci.org/erkghlerngm44/malaffinity.svg?branch=master :target: https://travis-ci.org/erkghlerngm44/malaffinity?branch=master .. |codecov| image:: https://codecov.io/gh/erkghlerngm44/malaffinity/branch/master/graph/badge.svg :target: https://codecov.io/gh/erkghlerngm44/malaffinity .. |rtd| image:: https://readthedocs.org/projects/malaffinity/badge/?version=latest :target: http://malaffinity.readthedocs.io/en/latest/