Instalation

Speedrunapi requires you to have python 3 installed.
Link to how to install python: Video
The lastest version of python should work for this library

In the terminal run the following command to install the library

>>> pip install speedrunapi

Great! Now the library is installed!
To use the libray in your own project, add this code

import speedrunapi

To simplify the name to something easier to type use the as command to change the package name for your project, as seen below.

import speedrunapi as sr

Now that you have the library installed and imported you can use it to work with speedrun.com's API! Continue reading about the library and its functions: Users, Games