Retrieve statistics for Gran Turismo Sport
Project description
granturismo-stats
Statistics for Gran Turismo online events
Purpose
I started this project because I wanted to see how my qualifying times for the Gran Turismo Sport daily races compare to other drivers with similar driver and sportsmanship rating.
This is a work in progress. Currently, it is possible to do exactly what my original
goal included: get the complete qualifying leaderboard and compute some basic statistics.
If you have suggestions what information to add feel free to open an issue and I will
see if it is a) possible and b) I find it interesting as well. ;)
Examples
If you would like to see example code, look at the examples directory on github.
Limitations
Performance
The performance is not the best. While there are probably a few things that can be done on my side of the code, the main limiting factor when retrieving the qualification leaderboards is the Gran Turismo Sport API itself which limits the number of entries that can be obtained in a single request and takes quite some time to respond. With several ten thousand qualification entries for each race it can easily take 10 seconds or longer to obtain them all. Just be patient! :)
Region
There is currently no option to change the region for which you want to retrieve the results. The code uses the API URL for Germany and thus the results are all for the EMEA region. However, this is something I'd like to change in the future (see issue #1).
Further remarks
Bear in mind that in order to retrieve a full leaderboard somewhat in the region of
50 requests will be sent concurrently to the GT Sport API.
Use this library responsibly. Querying the leaderboard every now and then should be
totally fine, but doing so over and over again without a pause in an endless loop will
generate a lot of traffic on the server side.
I intend to implement a caching mechanism so that executing a script multiple times will
become faster on the one hand and produce less traffic on the other.
Until then, check out the get_leaderboard function of gtsport_test_drive.py in the
examples directory how to do it yourself.
Kudos
The unofficial GT Sport API documentation from Alex Persian made the whole process a lot easier: https://github.com/alexpersian/gt7sp-api
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file granturismo-stats-0.2.0.tar.gz
.
File metadata
- Download URL: granturismo-stats-0.2.0.tar.gz
- Upload date:
- Size: 141.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5120456566cdcd28ceca152e34dc4842abf5f39a49e145f0416a6777366cef51 |
|
MD5 | a04d53fd88ab7b5fc2d74052f99fd2be |
|
BLAKE2b-256 | 85a93007b9c910724f4bfe5d5ce85040aab79bb18876d35b532f517b629ce9ed |
File details
Details for the file granturismo_stats-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: granturismo_stats-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | baa76ac24898211e919b7c2175d5dfe5f866861220e6bc2f0562fa0a476a67d7 |
|
MD5 | 712dd71c58e0cedb063524c5cdf3fdb7 |
|
BLAKE2b-256 | 7cdc2c65a91242a4e2c2f271e76ce8c7b568d87ac8b3aeb625923fc3106aa7fb |