@@ -8,9 +8,9 @@ Brawl Stats
88 :target: https://pypi.org/project/brawlstats/
99 :alt: PyPi
1010
11- .. image :: https://travis-ci .com/SharpBit/brawlstats. svg?branch=master
12- :target: https://travis-ci .com/SharpBit/brawlstats
13- :alt: Travis-CI build
11+ .. image :: https://github .com/SharpBit/brawlstats/actions/workflows/tests.yml/badge. svg
12+ :target: https://github .com/SharpBit/brawlstats/actions/workflows/tests.yml
13+ :alt: GitHub Actions Tests
1414
1515.. image :: https://img.shields.io/pypi/pyversions/brawlstats.svg
1616 :target: https://pypi.org/project/brawlstats/
@@ -20,8 +20,12 @@ Brawl Stats
2020 :target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE
2121 :alt: MIT License
2222
23- - This library is a sync and async wrapper for the Brawl Stars API.
24- - Python 3.5.3 or later is required.
23+ .. image :: https://readthedocs.org/projects/brawlstats/badge/?version=stable
24+ :target: https://brawlstats.readthedocs.io/en/stable/?badge=stable
25+ :alt: Documentation Status
26+
27+ - BrawlStats is a sync and async Python API wrapper to fetch statistics from the official Brawl Stars API.
28+ - Python 3.9 or later is required.
2529
2630Features
2731~~~~~~~~
@@ -31,7 +35,8 @@ Features
3135- Get a player profile and battlelog.
3236- Get a club and its members.
3337- Get the top 200 rankings for players, clubs, or a specific brawler.
34- - Get information about maps, brawlers, and more!
38+ - Get information about all the brawlers in the game.
39+ - Get information about the current event rotation!
3540
3641Installation
3742~~~~~~~~~~~~
@@ -72,31 +77,29 @@ Contributing
7277~~~~~~~~~~~~
7378Special thanks to this project's contributors ❤️
7479
75- - `4JR `_
80+ - `erickang21 `_
81+ - `fourjr `_
7682- `golbu `_
77- - `kawaii banana `_
7883- `kjkui `_
79- - `Kyber `_
84+ - `kyb3r `_
8085- `Papiersnipper `_
81- - `Pollen `_
8286- `OrangutanGaming `_
8387- `Stitch `_
8488
8589If you want to contribute, whether it be a bug fix or new feature, make sure to follow the `contributing guidelines `_.
8690This project is no longer actively maintained. No new features will be added, only bugfixes and security fixes will be accepted.
8791
8892.. _create an issue : https://github.com/SharpBit/brawlstats/issues
89- .. _Read the Docs : https://brawlstats.rtfd .io/
93+ .. _Read the Docs : https://brawlstats.readthedocs .io/en/stable /
9094.. _examples folder : https://github.com/SharpBit/brawlstats/tree/master/examples
9195.. _discord.py : https://github.com/rapptz/discord.py
9296.. _contributing guidelines : https://github.com/SharpBit/brawlstats/blob/master/CONTRIBUTING.md
9397
94- .. _4JR : https://github.com/fourjr
98+ .. _erickang21 : https://github.com/erickang21
99+ .. _fourjr : https://github.com/fourjr
95100.. _OrangutanGaming : https://github.com/OrangutanGaming
96101.. _Stitch : https://github.com/Soumil07
97102.. _kjkui : https://github.com/kjkui
98- .. _ Kyber : https://github.com/kyb3r
103+ .. _ kyb3r : https://github.com/kyb3r
99104.. _Papiersnipper : https://github.com/robinmahieu
100- .. _Pollen : https://github.com/pollen5
101- .. _kawaii banana : https://github.com/bananaboy21
102105.. _golbu : https://github.com/0dminnimda
0 commit comments