Skip to content

Commit 1f9a367

Browse files
authored
Update badges
1 parent 534d805 commit 1f9a367

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
.. image:: https://img.shields.io/pypi/v/akinator
44
:target: https://pypi.python.org/pypi/akinator
55
:alt: PyPI version
6-
.. image:: https://img.shields.io/pypi/dm/akinator
6+
.. image:: https://static.pepy.tech/personalized-badge/akinator?period=total&left_text=downloads&left_color=grey&right_color=red
77
:target: https://pypi.python.org/pypi/akinator
88
:alt: PyPI downloads
9-
.. image:: https://sloc.xyz/github/Ombucha/akinator.py
9+
.. image:: https://sloc.xyz/github/Ombucha/akinator.py?lower=True
1010
:target: https://github.com/Ombucha/akinator.py/graphs/contributors
1111
:alt: Lines of code
12-
.. image:: https://img.shields.io/github/repo-size/Ombucha/akinator.py
12+
.. image:: https://img.shields.io/github/repo-size/Ombucha/akinator.py?color=yellow
1313
:target: https://github.com/Ombucha/akinator.py
1414
:alt: Repository size
1515

@@ -18,7 +18,7 @@ A modern, easy-to-use Python wrapper for the Akinator web game, supporting both
1818
Background
1919
----------
2020

21-
Originally, there was a popular Python library called ``akinator.py``, which provided a simple interface to interact with the Akinator API. However, this library suddenly disappeared from public repositories without notice. In response, a mirror was created here to preserve its functionality. Unfortunately, it too stopped working after Akinator made changes to their backend API. Later, another library called ``akipy`` emerged to fill the gap, but it also became non-functional when Cloudflare protection was introduced on Akinator's endpoints. This library revives Akinator interaction by replacing the standard ``requests`` library with ```cloudscraper``, allowing it to bypass Cloudflare's anti-bot measures and restoring full functionality.
21+
Originally, there was a popular Python library called ``akinator.py``, which provided a simple interface to interact with the Akinator API. However, this library suddenly disappeared from public repositories without notice. In response, a mirror was created here to preserve its functionality. Unfortunately, it too stopped working after Akinator made changes to their backend API. Later, another library called ``akipy`` emerged to fill the gap, but it also became non-functional when Cloudflare protection was introduced on Akinator's endpoints. This library revives Akinator interaction by replacing the standard ``requests`` library with ``cloudscraper``, allowing it to bypass Cloudflare's anti-bot measures and restoring full functionality.
2222

2323
Features
2424
--------
@@ -157,4 +157,4 @@ Contributions are welcome! Please see the `CONTRIBUTING.md` file for details.
157157
License
158158
-------
159159

160-
This project is licensed under the MIT License. See the `LICENSE` file for details.
160+
This project is licensed under the MIT License. See the `LICENSE` file for details.

0 commit comments

Comments
 (0)