Skip to content

Commit

Permalink
Merge pull request #56 from MoenMi/add-speedrun
Browse files Browse the repository at this point in the history
Add Speedrun.com Recipe
  • Loading branch information
vfscalfani authored Sep 25, 2024
2 parents cbc9ca0 + 0da3778 commit a31a3a0
Show file tree
Hide file tree
Showing 3 changed files with 1,762 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ parts:
- caption: GENERAL
chapters:

# Speedrun.com
- file: src/overview/speedrun
sections:
- file: src/python/speedrun
title: "...in Python"

# Stack Exchange
- file: src/overview/stack-exchange
sections:
Expand Down
21 changes: 21 additions & 0 deletions src/overview/speedrun.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Speedrun.com
%%%%%%%%%%%%%%%%%

.. sectionauthor:: Michael T. Moen <[email protected]>

Brief Overview
*****************

The Speedrun.com API provides programmatic access to the video game speedrunning data hosted and compiled by Speedrun.com [#speedrun1]_ . Registration is not required, but including a user-agent in your API requests is recommended. See the Speedrun.com API documentation [#speedrun2]_ for more information about this API.

The Speedrun.com API is licensed under the CC BY-NC 4.0 [#speedrun3]_ . See the Speedrun.com terms of use [#speedrun4]_ for more information.

.. rubric:: References

.. [#speedrun1] `<https://www.speedrun.com/>`_
.. [#speedrun2] `<https://github.com/speedruncomorg/api/blob/master/version1/README.md>`_
.. [#speedrun3] `<https://creativecommons.org/licenses/by-nc/4.0/>`_
.. [#speedrun4] `<https://www.speedrun.com/pages/terms-of-use>`_
Loading

0 comments on commit a31a3a0

Please sign in to comment.